Sindbad~EG File Manager
<?php
/**
* Factory Bootstrap
*
* @author Alex Kovalev <alex.kovalevv@gmail.com>
* @since 1.0.0
* @package factory-bootstrap
* @copyright (c) 2018, Webcraftic Ltd
*
*/
// Exit if accessed directly
if( !defined('ABSPATH') ) {
exit;
}
// module provides function only for the admin area
if( !is_admin() ) {
return;
}
if( defined('FACTORY_BOOTSTRAP_432_LOADED') ) {
return;
}
define('FACTORY_BOOTSTRAP_432_VERSION', '4.3.2');
define('FACTORY_BOOTSTRAP_432_LOADED', true);
if( !defined('FACTORY_FLAT_ADMIN') ) {
define('FACTORY_FLAT_ADMIN', true);
}
define('FACTORY_BOOTSTRAP_432_DIR', dirname(__FILE__));
define('FACTORY_BOOTSTRAP_432_URL', plugins_url(null, __FILE__));
require_once(FACTORY_BOOTSTRAP_432_DIR . '/includes/functions.php');
/**
* @param Wbcr_Factory431_Plugin $plugin
*/
add_action('wbcr_factory_bootstrap_432_plugin_created', function ($plugin) {
$manager = new Wbcr_FactoryBootstrap432_Manager($plugin);
$plugin->setBootstap($manager);
});
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists