Divi Areas Pro

DiviArea.Core.getContext()

Returns the base context where Divi Areas are inserted.

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

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

Ninja Forms

✔︎ Divi Areas works well with Ninja Forms! Ninja Forms is a popular, free form builder plugin that beats Divis’s...

DiviArea.Debug.sysInfo()

Display details about the current system

DiviArea.hide()

Closes the specified Divi Area.

DiviAreaItem.isVisible()

Tests, if the Area is visible.

DiviArea.Utils.toBool()

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