PM_POPUPSHOW::__construct()
Set up Automator action constructor.
Source Source
File: src/integrations/popup-maker/actions/pm-popupshow.php
public function __construct() { $this->action_code = 'POPUPSHOW'; $this->action_meta = 'POPUPID'; $this->define_action(); add_filter( 'automator_option_updated', array( $this, 'automator_option_updated' ), 10, 4 ); }
Expand full source code Collapse full source code View on Github