Divi Areas Pro

doAction( “load” )

Fires after the API was fully loaded, but before it is initialized

applyFilters( “ignore_overlay_click” )

Allows to ignore the click on the popup overlay

applyFilters( “get_option_{key}” )

Filters the value of a JS option

DiviArea.doAction()

Runs all previously registered action hooks. Params Returns The function does not return anything. Notes No notes

applyFilters( “ignore_close_area” )

Allows to ignore the "close_area" request and force an area to stay open

DiviArea.Debug.group()

Start or end a debug-group in the JS console

DiviArea.Core.initContainer()

Initialize Divi features in the given element

DiviAreaItem.css()

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

DiviAreaItem.detach()

Detach the current Area from the DOM tree (hide it)

DiviArea.Data.createArea()

Creates a new DiviAreaItem instance