* Version: 2.14.24 * Author URI: https://www.importwp.com * Network: True * Text Domain: jc-importer * Domain Path: /languages */ $iwp_base_path = dirname(__FILE__); if (!defined('IWP_VERSION')) { define('IWP_VERSION', '2.14.24'); } 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 (!defined('IWP_DEBUG')) { define('IWP_DEBUG', false); } 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'; } register_deactivation_hook(__FILE__, 'iwp_register_muplugin_uninstall');