Server IP : 192.64.118.117 / Your IP : 3.133.83.94 Web Server : LiteSpeed System : Linux premium56.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64 User : thecgapy ( 1160) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/thecgapy/mobilecreationz.com/wp-content/plugins/better-wp-security/ |
Upload File : |
<?php /* * Plugin Name: iThemes Security * Plugin URI: https://ithemes.com/security * Description: Take the guesswork out of WordPress security. iThemes Security offers 30+ ways to lock down WordPress in an easy-to-use WordPress security plugin. * Author: iThemes * Author URI: https://ithemes.com * Version: 6.1.1 * Text Domain: better-wp-security * Network: True * License: GPLv2 */ $locale = apply_filters( 'plugin_locale', get_locale(), 'better-wp-security' ); load_textdomain( 'better-wp-security', WP_LANG_DIR . "/plugins/better-wp-security/better-wp-security-$locale.mo" ); load_plugin_textdomain( 'better-wp-security' ); if ( isset( $itsec_dir ) || class_exists( 'ITSEC_Core' ) ) { include( dirname( __FILE__ ) . '/core/show-multiple-version-notice.php' ); return; } $itsec_dir = dirname( __FILE__ ); if ( is_admin() ) { require( "$itsec_dir/lib/icon-fonts/load.php" ); } require( "$itsec_dir/core/class-itsec-core.php" ); $itsec_core = ITSEC_Core::get_instance(); $itsec_core->init( __FILE__, __( 'iThemes Security', 'better-wp-security' ) );