Divi Areas Pro

DiviArea.Hooks.removeFilter()

This is an alias of DiviArea.removeFilter().

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.

DiviArea.Data.addAltId()

Define an alternate ID for a registered Area.

DiviArea.Data.loopAllAreas()

Invoke a callback on all Areas of a given type

DiviAreaItem.attr()

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

DiviAreaItem.addAction()

Register a new hook that only listens to actions of this Area

DiviArea.Data.getRealId()

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

doAction( “position_area” )

Action to modify the Area position on the screen.

DiviArea.Data.addVisibleArea()

Add a single Area to the end of the "visible Areas" list.