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

Popups for Divi

applyFilters( “area_general_conditions” )

Allows to add custom Area conditions right after the page loaded

DiviArea.applyFilters()

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

DiviArea.Data.getRealId()

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

DiviArea.Hooks.applyFilters()

This is an alias of DiviArea.applyFilters().

DiviAreaItem.addActionOnce()

Same as addAction, but the callback is only called once and then is unhooked again

DiviArea.Debug.verbose()

Output debug info in the JS console, when JS verbose debugging is enabled

DiviArea.Core.closeMainMenu()

Closes Divi´s Full-Page or Slide-In menu.

DiviArea.Utils.toMilliseconds()

Converts a CSS timing value into a millisecond value.

DiviArea.Data.getArea()

This is an alias of DiviArea.getArea().

DiviArea.getOverlay()

Returns the jQuery element of the modal overlay.