PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Dir : /home/trave494/cheaptravel.live/wp-content/plugins/anti-spam/libs/factory/bootstrap/ |
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 IP: 209.182.202.254 |
Dir : /home/trave494/cheaptravel.live/wp-content/plugins/anti-spam/libs/factory/bootstrap/boot.php |
<?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_467_LOADED') ) { return; } define('FACTORY_BOOTSTRAP_467_VERSION', '4.6.7'); define('FACTORY_BOOTSTRAP_467_LOADED', true); if( !defined('FACTORY_FLAT_ADMIN') ) { define('FACTORY_FLAT_ADMIN', true); } define('FACTORY_BOOTSTRAP_467_DIR', dirname(__FILE__)); define('FACTORY_BOOTSTRAP_467_URL', plugins_url(null, __FILE__)); require_once(FACTORY_BOOTSTRAP_467_DIR . '/includes/functions.php'); /** * @param Wbcr_Factory466_Plugin $plugin */ add_action('wbcr_factory_bootstrap_467_plugin_created', function ($plugin) { $manager = new Wbcr_FactoryBootstrap467_Manager($plugin); $plugin->setBootstap($manager); });