PluginProbe
MailOptin – Popup, Optin Forms & Email Newsletters for Mailchimp, HubSpot, AWeber Etc. / trunk
MailOptin – Popup, Optin Forms & Email Newsletters for Mailchimp, HubSpot, AWeber Etc. vtrunk
1.2.78.3 1.2.78.2 1.2.78.1 1.2.78.0 1.2.77.3 1.2.77.2 1.2.18.0 1.2.18.1 1.2.19.0 1.2.19.1 1.2.2.1 1.2.2.2 1.2.20.0 1.2.21.0 1.2.21.1 1.2.22.1 1.2.23.0 1.2.23.1 1.2.24.0 1.2.25.0 1.2.26.0 1.2.27.0 1.2.27.1 1.2.27.2 1.2.27.3 All 194 releases
mailoptin / mailoptin.php

mailoptin.php in MailOptin – Popup, Optin Forms & Email Newsletters for Mailchimp, HubSpot, AWeber Etc. trunk, at mailoptin.php

22 lines 529 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 /*
4 Plugin Name: MailOptin - Lite
5 Plugin URI: https://mailoptin.io
6 Description: Best lead generation, email automation & newsletter plugin.
7 Version: 1.2.78.3
8 Author: MailOptin Popup Builder Team
9 Contributors: collizo4sky
10 Author URI: https://mailoptin.io
11 Text Domain: mailoptin
12 Domain Path: /languages
13 License: GPL2
14 */
15
16 require __DIR__ . '/vendor/autoload.php';
17
18 define('MAILOPTIN_SYSTEM_FILE_PATH', __FILE__);
19 define('MAILOPTIN_VERSION_NUMBER', '1.2.78.3');
20
21 MailOptin\Core\Core::init();
22 MailOptin\Connections\Init::init();