Exemplo n.º 1
0
 /**
  * Primary class constructor.
  *
  * @since 2.0.0
  */
 public function __construct()
 {
     // Construct via the parent object.
     parent::__construct();
     // Load the Emma API.
     if (!class_exists('Emma')) {
         require plugin_dir_path($this->base->file) . 'includes/vendor/emma/Emma.php';
     }
 }
Exemplo n.º 2
0
 /**
  * Primary class constructor.
  *
  * @since 2.0.0
  */
 public function __construct()
 {
     // Construct via the parent object.
     parent::__construct();
     // Load the GetResponse API.
     if (!class_exists('GetResponse_OM')) {
         require plugin_dir_path($this->base->file) . 'includes/vendor/getresponse/getresponse.php';
     }
 }
Exemplo n.º 3
0
 /**
  * Primary class constructor.
  *
  * @since 2.0.0
  */
 public function __construct()
 {
     // Construct via the parent object.
     parent::__construct();
     // Load the InfusionSoft API.
     if (!class_exists('iSDK')) {
         require plugin_dir_path($this->base->file) . 'includes/vendor/infusionsoft/isdk.php';
     }
 }
Exemplo n.º 4
0
 /**
  * Primary class constructor.
  *
  * @since 2.0.0
  */
 public function __construct()
 {
     // Construct via the parent object.
     parent::__construct();
     // Load the AWeber API.
     if (!class_exists('AWeberAPI')) {
         require plugin_dir_path($this->base->file) . 'includes/vendor/aweber/aweber_api.php';
     }
 }
Exemplo n.º 5
0
 /**
  * Primary class constructor.
  *
  * @since 2.0.0
  */
 public function __construct()
 {
     // Construct via the parent object.
     parent::__construct();
     // Load the TotalSend API.
     if (!class_exists('TotalSend')) {
         require plugin_dir_path($this->base->file) . 'includes/vendor/totalsend/totalsend.php';
     }
 }
Exemplo n.º 6
0
 /**
  * Primary class constructor.
  *
  * @since 2.0.0
  */
 public function __construct()
 {
     // Construct via the parent object.
     parent::__construct();
     // Load the iContact API.
     if (!class_exists('iContactApi')) {
         require plugin_dir_path($this->base->file) . 'includes/vendor/icontact/iContactApi.php';
     }
 }
Exemplo n.º 7
0
 /**
  * Primary class constructor.
  *
  * @since 2.0.0
  */
 public function __construct()
 {
     // Construct via the parent object.
     parent::__construct();
     // Load the Mad Mimi API.
     if (!class_exists('MadMimi')) {
         require plugin_dir_path($this->base->file) . 'includes/vendor/madmimi/madmimi.php';
     }
 }
Exemplo n.º 8
0
 /**
  * Primary class constructor.
  *
  * @since 2.0.0
  */
 public function __construct()
 {
     // Construct via the parent object.
     parent::__construct();
     // Load the MailChimp API.
     if (!class_exists('OM_Mailchimp')) {
         require plugin_dir_path($this->base->file) . 'includes/vendor/mailchimp/mailchimp.php';
     }
 }
Exemplo n.º 9
0
 /**
  * Primary class constructor.
  *
  * @since 2.0.0
  */
 public function __construct()
 {
     // Construct via the parent object.
     parent::__construct();
     // Load the SendinBlue API.
     if (!class_exists('Mailin')) {
         require plugin_dir_path($this->base->file) . 'includes/vendor/sendinblue/mailin.php';
     }
 }
Exemplo n.º 10
0
 /**
  * Primary class constructor.
  *
  * @since 2.0.0
  */
 public function __construct()
 {
     // Construct via the parent object.
     parent::__construct();
     // Load the ActiveCampaign API.
     if (!class_exists('ActiveCampaign')) {
         require plugin_dir_path($this->base->file) . 'includes/vendor/activecampaign/ActiveCampaign.class.php';
     }
 }
Exemplo n.º 11
0
 /**
  * Primary class constructor.
  *
  * @since 2.0.0
  */
 public function __construct()
 {
     // Construct via the parent object.
     parent::__construct();
     // Load the Pardot API Wrapper.
     if (!class_exists('Pardot_OM_API')) {
         require plugin_dir_path($this->base->file) . 'includes/vendor/pardot/pardot.php';
     }
 }
Exemplo n.º 12
0
 /**
  * Primary class constructor.
  *
  * @since 2.0.0
  */
 public function __construct()
 {
     // Construct via the parent object.
     parent::__construct();
     // Load the HubSpot API.
     if (!class_exists('HubSpot_Lists')) {
         require plugin_dir_path($this->base->file) . 'includes/vendor/hubspot/class.lists.php';
         require plugin_dir_path($this->base->file) . 'includes/vendor/hubspot/class.leads.php';
         require plugin_dir_path($this->base->file) . 'includes/vendor/hubspot/class.contacts.php';
     }
 }
Exemplo n.º 13
0
 /**
  * Primary class constructor.
  *
  * @since 2.0.0
  */
 public function __construct()
 {
     // Construct via the parent object.
     parent::__construct();
     // Load the Campaign Monitor API.
     if (!class_exists('CS_REST_General')) {
         require plugin_dir_path($this->base->file) . 'includes/vendor/campaign-monitor/csrest_general.php';
         require plugin_dir_path($this->base->file) . 'includes/vendor/campaign-monitor/csrest_clients.php';
         require plugin_dir_path($this->base->file) . 'includes/vendor/campaign-monitor/csrest_lists.php';
         require plugin_dir_path($this->base->file) . 'includes/vendor/campaign-monitor/csrest_subscribers.php';
     }
 }
Exemplo n.º 14
0
 /**
  * Primary class constructor.
  *
  * @since 2.1.0
  */
 public function __construct()
 {
     // Construct via the parent object.
     parent::__construct();
     // Load the MailerLite API.
     if (!class_exists('ML_Lists')) {
         require plugin_dir_path($this->base->file) . 'includes/vendor/mailerlite/ML_Lists.php';
     }
     if (!class_exists('ML_Subscribers')) {
         require plugin_dir_path($this->base->file) . 'includes/vendor/mailerlite/ML_Subscribers.php';
     }
 }
Exemplo n.º 15
0
 /**
  * Primary class constructor.
  *
  * @since 2.0.0
  */
 public function __construct()
 {
     // Construct via the parent object.
     parent::__construct();
 }