Add_Popup_Maker_Integration::__construct()
Add_Popup_Maker_Integration constructor.
Source Source
File: src/integrations/popup-maker/add-popup-maker-integration.php
public function __construct() { // filter Popup Maker triggers. add_filter( 'pum_registered_triggers', array( $this, 'uap_add_new_popup_trigger' ) ); add_filter( 'pum_popup_is_loadable', array( $this, 'maybe_disable_pop_up' ), 10, 2 ); }
Expand full source code Collapse full source code View on Github