示例#1
0
 public function __construct()
 {
     $this->id = 'database-prefix';
     $this->title = __('Change Database Table Prefix', 'better-wp-security');
     $this->description = __('Change the database table prefix that WordPress uses.', 'better-wp-security');
     $this->type = 'advanced';
     parent::__construct();
 }
示例#2
0
 public function __construct()
 {
     $this->id = 'backup';
     $this->title = __('Database Backups', 'better-wp-security');
     $this->description = __('Create backups of your site\'s database. The backups can be created manually and on a schedule.', 'better-wp-security');
     $this->type = 'recommended';
     parent::__construct();
 }
示例#3
0
 public function __construct()
 {
     $this->id = 'ban-users';
     $this->title = __('Banned Users', 'better-wp-security');
     $this->description = __('Block specific IP addresses and user agents from accessing the site.', 'better-wp-security');
     $this->type = 'recommended';
     parent::__construct();
 }
 public function __construct()
 {
     $this->id = 'system-tweaks';
     $this->title = __('System Tweaks', 'better-wp-security');
     $this->description = __('Advanced settings that improve security by changing the server config for this site.', 'better-wp-security');
     $this->type = 'recommended';
     parent::__construct();
 }
示例#5
0
 public function __construct()
 {
     $this->id = 'away-mode';
     $this->title = __('Away Mode', 'better-wp-security');
     $this->description = __('Disable access to the WordPress Dashboard on a schedule.', 'better-wp-security');
     $this->type = 'recommended';
     parent::__construct();
 }
示例#6
0
 public function __construct()
 {
     $this->id = 'brute-force';
     $this->title = __('Local Brute Force Protection', 'better-wp-security');
     $this->description = __('Protect your site against attackers that try to randomly guess login details to your site.', 'better-wp-security');
     $this->type = 'recommended';
     parent::__construct();
 }
示例#7
0
 public function __construct()
 {
     $this->id = 'hide-backend';
     $this->title = __('Hide Backend', 'better-wp-security');
     $this->description = __('Hide the login page by changing its name and preventing access to wp-login.php and wp-admin.', 'better-wp-security');
     $this->type = 'advanced';
     parent::__construct();
 }
示例#8
0
 public function __construct()
 {
     $this->id = '404-detection';
     $this->title = __('404 Detection', 'better-wp-security');
     $this->description = __('Automatically block users snooping around for pages to exploit.', 'better-wp-security');
     $this->type = 'recommended';
     parent::__construct();
 }
示例#9
0
 public function __construct()
 {
     $this->id = 'wordpress-tweaks';
     $this->title = __('WordPress Tweaks', 'better-wp-security');
     $this->description = __('Advanced settings that improve security by changing default WordPress behavior.', 'better-wp-security');
     $this->type = 'recommended';
     parent::__construct();
 }
示例#10
0
 public function __construct()
 {
     $this->id = 'admin-user';
     $this->title = __('Admin User', 'better-wp-security');
     $this->description = __('An advanced tool that removes users with a username of "admin" or a user ID of "1".', 'better-wp-security');
     $this->type = 'advanced';
     parent::__construct();
 }
示例#11
0
 public function __construct()
 {
     $this->id = 'ssl';
     $this->title = __('SSL', 'better-wp-security');
     $this->description = __('Configure use of SSL to ensure that communications between browsers and the server are secure.', 'better-wp-security');
     $this->type = 'recommended';
     parent::__construct();
 }
示例#12
0
 public function __construct()
 {
     $this->id = 'content-directory';
     $this->title = __('Change Content Directory', 'better-wp-security');
     $this->description = __('Advanced feature to rename the wp-content directory to a different name.', 'better-wp-security');
     $this->type = 'advanced';
     parent::__construct();
 }
示例#13
0
 public function __construct()
 {
     $this->id = 'wordpress-salts';
     $this->title = __('WordPress Salts', 'better-wp-security');
     $this->description = __('Update the secret keys WordPress uses to increase the security of your site.', 'better-wp-security');
     $this->type = 'recommended';
     parent::__construct();
 }
示例#14
0
 public function __construct()
 {
     $this->id = 'file-change';
     $this->title = __('File Change Detection', 'better-wp-security');
     $this->description = __('Monitor the site for unexpected file changes.', 'better-wp-security');
     $this->type = 'recommended';
     parent::__construct();
 }
示例#15
0
 public function __construct()
 {
     $this->id = 'network-brute-force';
     $this->title = __('Network Brute Force Protection', 'better-wp-security');
     $this->description = __('Join a network of sites that reports and protects against bad actors on the internet.', 'better-wp-security');
     $this->type = 'recommended';
     parent::__construct();
 }
示例#16
0
 public function __construct()
 {
     $this->id = 'strong-passwords';
     $this->title = __('Strong Password Enforcement', 'better-wp-security');
     $this->description = __('Force users to use strong passwords as rated by the WordPress password meter.', 'better-wp-security');
     $this->type = 'recommended';
     parent::__construct();
 }
示例#17
0
 public function __construct()
 {
     $this->id = 'global';
     $this->title = __('Global Settings', 'better-wp-security');
     $this->description = __('Configure basic settings that control how iThemes Security functions.', 'better-wp-security');
     $this->type = 'recommended';
     parent::__construct();
     add_filter('admin_body_class', array($this, 'filter_body_classes'));
 }
示例#18
0
 public function __construct()
 {
     $this->id = 'wp-config-rules';
     $this->title = __('wp-config.php Rules', 'better-wp-security');
     $this->description = __('If you need to manually add the <code>wp-config.php</code> rules generated by iThemes Security to your server, you can find them here.', 'better-wp-security');
     $this->type = 'advanced';
     $this->information_only = true;
     $this->can_save = false;
     parent::__construct();
 }
示例#19
0
 public function __construct()
 {
     $this->id = 'file-permissions';
     $this->title = __('File Permissions', 'better-wp-security');
     $this->description = __('Lists file and directory permissions of key areas of the site.', 'better-wp-security');
     $this->type = 'recommended';
     $this->information_only = true;
     $this->can_save = false;
     parent::__construct();
 }
示例#20
0
 public function __construct()
 {
     $this->id = 'security-check';
     $this->title = __('Security Check', 'better-wp-security');
     $this->description = __('Ensure that your site is using the recommended features and settings.', 'better-wp-security');
     $this->type = 'recommended';
     $this->information_only = true;
     $this->can_save = false;
     parent::__construct();
 }
示例#21
0
 public function __construct()
 {
     $this->id = 'version-management';
     $this->title = __('Version Management', 'better-wp-security');
     $this->description = __('Protect your site when outdated software is not updated quickly enough.', 'better-wp-security');
     $this->type = 'recommended';
     $this->pro = true;
     $this->upsell = true;
     $this->upsell_url = 'https://ithemes.com/wordpress-version-management-ithemes-security-pro/?utm_source=wordpressadmin&utm_medium=widget&utm_campaign=itsecfreecta';
     parent::__construct();
 }
 public function __construct()
 {
     $this->id = 'import-export';
     $this->title = __('Settings Import and Export', 'better-wp-security');
     $this->description = __('Export your settings as a backup or to import on other sites for quicker setup.', 'better-wp-security');
     $this->type = 'recommended';
     $this->pro = true;
     $this->upsell = true;
     $this->upsell_url = 'https://ithemes.com/security/import-export-settings/?utm_source=wordpressadmin&utm_medium=widget&utm_campaign=itsecfreecta';
     parent::__construct();
 }
示例#23
0
 public function __construct()
 {
     $this->id = 'user-security-check';
     $this->title = __('User Security Check', 'better-wp-security');
     $this->description = __('Every user on your site affects overall security. See how your users might be affecting your security and take action when needed.', 'better-wp-security');
     $this->type = 'recommended';
     $this->pro = true;
     $this->upsell = true;
     $this->upsell_url = 'https://ithemes.com/security/wordpress-user-security-check/?utm_source=wordpressadmin&utm_medium=widget&utm_campaign=itsecfreecta';
     parent::__construct();
 }