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

applyFilters( “pre_init_area” )

Called before a new Divi Area is initialized

DiviAreaItem.applyFilters()

Runs a JS filter via DiviArea.applyFilters() with the given hook name. This function will call two filters: One exactly as...

DiviArea.Utils.toBool()

Utility that tests, if a value equals to boolean true. See below for a list of values that are considered...

DiviArea.Data.getAllIds()

Returns a list of available Area-IDs

DiviArea.Data.loopVisibleAreas()

Loop all visible Areas of the given type and execute the callback for them.

DiviArea.Data.loopAllAreas()

Invoke a callback on all Areas of a given type

DiviArea.Hooks.doAction()

This is an alias of DiviArea.doAction().

DiviArea.Core.detachArea()

Remove the given area from the current list of visible Areas.