* Version: 2.7.3 * Author URI: https://www.importwp.com * Network: True */ $iwp_base_path = dirname(__FILE__); if (!defined('IWP_VERSION')) { define('IWP_VERSION', '2.7.3'); } if (!defined('IWP_MINIMUM_PHP_VERSION')) { define('IWP_MINIMUM_PHP_VERSION', '5.4'); } if (!defined('IWP_POST_TYPE')) { define('IWP_POST_TYPE', 'iwp-importer'); } if (!defined('EWP_POST_TYPE')) { define('EWP_POST_TYPE', 'iwp-exporter'); } if (!defined('IWP_CORE_MIN_PRO_VERSION')) { define('IWP_CORE_MIN_PRO_VERSION', '2.6.0'); } if (version_compare(PHP_VERSION, IWP_MINIMUM_PHP_VERSION, '>=')) { require_once $iwp_base_path . '/class/autoload.php'; require_once $iwp_base_path . '/setup-iwp.php'; require_once $iwp_base_path . '/functions.php'; }