Divi Areas Pro

applyFilters( “get_data” )

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

applyFilters( “area_trigger_conditions” )

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

DiviArea.UI.initializeAreaAnimation()

Initialize/configure animation details of the Divi Area

DiviArea.removeAction()

Removes a previously registered action hook.

DiviArea.hideOverlay()

Removes the background overlay and re-enables scrolling.

DiviArea.Core.getContext()

Returns the base context where Divi Areas are inserted.

DiviArea.Core.focusArea()

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

applyFilters( “push_fixed_elements_{edge}” )

Register custom fixed elements for the push-content logic

DiviArea.Data.getVisibleArea()

Returns either the top-most visible Area, or the Area with the given ID.

DiviAreaItem.addActionOnce()

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