PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Dir : /home/trave494/craftgigstars.online/wp-content/plugins/better-wp-security/ |
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/craftgigstars.online/wp-content/plugins/better-wp-security/better-wp-security.php |
<?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.6.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/core.php" ); $itsec_core = ITSEC_Core::get_instance(); $itsec_core->init( __FILE__, esc_html__( 'iThemes Security', 'better-wp-security' ) );