1. Home
  2. Knowledge Base
  3. Popups for Divi

Popups for Divi

applyFilters( “pre_init_area” )

Called before a new Divi Area is initialized

DiviAreaItem.theKey()

Returns the Areas hook-key which is used for action/filter names

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.

DiviAreaItem.isType()

Tests, whether the matches the expected type string.

DiviAreaItem.applyFilters()

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

doAction( “ready” )

The JS API is fully initialized and all Areas were registered

applyFilters( “area_preparation_time” )

Filter the default detach delay when creating a new Area.

DiviArea.Debug.sysInfo()

Display details about the current system

DiviArea.hide()

Closes the specified Divi Area.