/home/altere25/rmllproject.altereddigital.com/wp-content/plugins/fileorganizer
Edit: /home/altere25/rmllproject.altereddigital.com/wp-content/plugins/fileorganizer/fileorganizer.php (1519B)
=')){
// Let Fileorganizer load
// Lets check for older versions
}else{
if(!function_exists('get_plugin_data')){
include_once ABSPATH . 'wp-admin/includes/plugin.php';
}
$fileorganizer_pro_info = get_plugin_data(WP_PLUGIN_DIR . '/fileorganizer-pro/fileorganizer-pro.php');
if(!empty($fileorganizer_pro_info) && version_compare($fileorganizer_pro_info['Version'], '1.0.9', '<')){
return;
}
}
}
// If FILEORGANIZER_VERSION exists then the plugin is loaded already !
if(defined('FILEORGANIZER_VERSION')){
return;
}
define('FILEORGANIZER_FILE', __FILE__);
define('FILEORGANIZER_VERSION', '1.1.6');
include_once(dirname(__FILE__).'/init.php');