1.50 with the in-build Free version if ( class_exists('LRM_Pro') && defined("LRM_URL") && lrm_is_pro('1.50') && ! defined("LRM_ALWAYS_LOAD_FREE") ) { return; } if ( !defined("LRM_IN_BUILD_FREE") ) { define("LRM_URL", plugin_dir_url(__FILE__)); define("LRM_ASSETS_URL", LRM_URL . '/assets/'); define("LRM_PATH", plugin_dir_path(__FILE__)); define("LRM_BASENAME", plugin_basename(__FILE__)); } define("LRM_VERSION", '2.03'); define("LRM_ASSETS_VER", 26); //define("LRM/SETTINGS/TRY_GET_TRANSLATED", 1); require_once( LRM_PATH . 'includes/helpers.php' ); require_once( LRM_PATH . 'vendor/autoload.php' ); //require_once LRM_PATH . '/includes/class-core.php'; add_action('plugins_loaded', array('LRM_Core', 'get'), 11); if (!SHORTINIT && !defined("LRM_IN_BUILD_FREE")) { /** * The code that runs during plugin deactivation. */ register_deactivation_hook( __FILE__, array( 'LRM_Deactivator', 'deactivate' ) ); }