OPTINMONSTER_SHOW_CAMPAIGN::__construct()
Source Source
File: src/integrations/optinmonster/actions/optinmonster-show-campaign.php
public function __construct() { $this->prefix = 'OPTINMONSTER_SHOW_CAMPAIGN'; $this->setup_action(); add_action( 'wp_loaded', array( $this, 'add_script' ) ); }
Expand full source code Collapse full source code View on Github