PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Dir : /home/trave494/mytube.pm/wp-content/plugins/wp-hide-security-enhancer/compatibility/ |
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/mytube.pm/wp-content/plugins/wp-hide-security-enhancer/compatibility/webarx.php |
<?php class WPH_conflict_webarx { static function init() { if( ! self::is_plugin_active()) return FALSE; add_action( 'wp-hide/admin_notices', array( 'WPH_conflict_webarx', 'login_conflicts') ); } static function is_plugin_active() { include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); if(is_plugin_active( 'webarx/webarx.php' )) return TRUE; else return FALSE; } static function login_conflicts( ) { global $wph; $new_login = $wph->functions->get_module_item_setting('new_wp_login_php'); if ( empty ( $new_login ) ) return; //check if the other plugin also use similar feature $webarx_mv_wp_login = get_option( 'webarx_mv_wp_login' ); $webarx_rename_wp_login = get_option( 'webarx_rename_wp_login' ); if ( ! empty ( $webarx_mv_wp_login ) && ! empty ( $webarx_rename_wp_login ) ) echo "<div class='error'><p><b>". __("WP Hide Conflict Notice.", 'wp-hide-security-enhancer') . "</b> ". __("You use another plugin (WebARX) to change the default wp-login.php. To avoid conflicts, activate the option within a single code.", 'wp-hide-security-enhancer') .'</p></div>'; } } ?>