Divi Areas Pro

DiviArea.Data.getVisibleArea()

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

DiviArea.Core.getContext()

Returns the base context where Divi Areas are inserted.

applyFilters( “pre_init_area” )

Called before a new Divi Area is initialized

DiviArea.Debug.sysInfo()

Display details about the current system

doAction( “show_overlay” )

Fired after the background overlay is displayed

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...

doAction( “before_hide_area” )

Fires before an Area is displayed

DiviAreaItem.addAction()

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

DiviAreaItem.getWrap()

Returns the jQuery element of the Area wrapper