JS Functions

DiviArea.Core.getContext()

Returns the base context where Divi Areas are inserted.

DiviAreaItem.theKey()

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

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

DiviArea.Debug.sysInfo()

Display details about the current system

DiviArea.hide()

Closes the specified Divi Area.

DiviArea.Utils.toBool()

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

DiviAreaItem.isVisible()

Tests, if the Area is visible.

DiviAreaItem.find()

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

DiviArea.Data.loopVisibleAreas()

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