Divi Areas Pro

DiviArea.addFilter()

Register a callback function for a certain JS filter

DiviArea.addActionOnce()

Same as addAction() but the callback is unhooked again when the action is called the next time. This function ensures,...

WordPress Multilingual Plugin (WPML)

✔︎ Divi Areas Pro comes with a WordPress Multilingual Plugin integration! You can use WPML (WordPress Multilingual Plugin) with Divi...

doAction( “hide_area” )

Fires, once a previously visible Area is hidden again.

doAction( “show_area” )

The Area is visible or the intro-animation has started

DiviArea.Utils.getClientRect()

Returns a rect for the first element in the jQuery object. Params Returns An object with details about the client...

doAction( “before_show_area” )

Fires before an Area is displayed

DiviAreaItem.setPosition()

Recalculate the Area position on the viewport.

DiviAreaItem.setVisible()

Mark the area as visible or not-visible.

DiviArea.configArea()

This method is deprecated and should not be used anymore. Params Returns The function does not return anything. Examples Notes...