| Server IP : 92.204.28.36 / Your IP : 216.73.217.69 Web Server : Apache System : Linux sxb1plmcpnl510317.prod.sxb1.secureserver.net 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64 User : f981716tud7w ( 9071646) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/f981716tud7w/public_html/evucan.com/www/wp-content/mu-plugins/ |
Upload File : |
<?php
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
/**
*
* WP Hide & Security Enhancer - MU plugin loader
*
*
*/
//check if the plugin still exists, or this file should be removed
if(! file_exists(WP_PLUGIN_DIR . '/wp-hide-security-enhancer/wp-hide.php' ))
return FALSE;
//check if the plugin is active
$active_plugins = (array)get_option('active_plugins');
if( !in_array( 'wp-hide-security-enhancer/wp-hide.php' , $active_plugins) )
return FALSE;
define('WPH_PATH', trailingslashit( dirname( WP_PLUGIN_DIR . '/wp-hide-security-enhancer/wp-hide.php' ) ) );
define('WPH_MULOADER', TRUE);
define('WPH_MULOADER_VERSION', '1.3.4');
define('WPH_URL', plugins_url() . '/wp-hide-security-enhancer' );
include_once(WPH_PATH . '/include/wph.class.php');
include_once(WPH_PATH . '/include/functions.class.php');
include_once(WPH_PATH . '/include/module.class.php');
include_once(WPH_PATH . '/include/module.component.class.php');
global $wph;
$wph = new WPH();
$wph->init();
/**
* Early Turn ON buffering to allow a callback
*
*/
ob_start(array($wph, 'ob_start_callback'));
?>