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

Popups for Divi

DiviArea.applyFilters()

Applies all previously registered filter hooks and returns the filtered value. Params Returns Returns the filtered value. Notes No notes

applyFilters( “area_general_conditions” )

Allows to add custom Area conditions right after the page loaded

DiviArea.Hooks.applyFilters()

This is an alias of DiviArea.applyFilters().

DiviArea.Debug.table()

Display debug information in the JS console

DiviArea.Core.getContext()

Returns the base context where Divi Areas are inserted.

DiviArea.Utils.getCssSpecificity()

Calculates the CSS Specificity of a given selector.

DiviArea.Data.getRealId()

Returns a sanitized area ID or false, when the ID does not belong to an Area.

DiviArea.Hooks.removeFilter()

This is an alias of DiviArea.removeFilter().

DiviArea.Utils.toMilliseconds()

Converts a CSS timing value into a millisecond value.

DiviArea.Hooks.addFilter()

This is an alias of DiviArea.addFilter().