Divi Areas Pro

DiviAreaItem.addActionOnce()

Same as addAction, but the callback is only called once and then is unhooked again

DiviArea.getOverlay()

Returns the jQuery element of the modal overlay.

DiviAreaItem.attr()

Shortcut to `jQuery.attr()` on the Area.

DiviArea.Debug.verbose()

Output debug info in the JS console, when JS verbose debugging is enabled

DiviArea.Data.getRealId()

Returns a sanitized area ID or false, when the ID does not belong to an Area.

DiviArea.Hooks.removeFilter()

This is an alias of DiviArea.removeFilter().

doAction( “position_area” )

Action to modify the Area position on the screen.

WordPress Multilingual Plugin (WPML)

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

DiviArea.Hooks.applyFilters()

This is an alias of DiviArea.applyFilters().

DiviArea.applyFilters()

Applies all previously registered filter hooks and returns the filtered value. Params Returns Returns the filtered value. Notes No notes