Divi Areas Pro

DiviAreaItem.addActionOnce()

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

DiviArea.Debug.sysInfo()

Display details about the current system

DiviArea.Core.focusArea()

Add the focus-state to an area and activate/initialize that Area.

DiviArea.removeAction()

Removes a previously registered action hook.

DiviArea.Core.isArea()

Tests, whether the given val is an Divi Area element

applyFilters( “get_data” )

Filters a value that was just read from a Cookie or the localStorage

DiviArea.getOverlay()

Returns the jQuery element of the modal overlay.

DiviArea.UI.initializeAreaAnimation()

Initialize/configure animation details of the Divi Area

applyFilters( “area_trigger_conditions” )

Allows to add custom Area conditions right before an Area is triggered

DiviArea.Hooks.doAction()

This is an alias of DiviArea.doAction().