public function __construct()
 {
     $this->id = 'active-lockouts';
     $this->title = __('Active Lockouts', 'better-wp-security');
     $this->priority = 9;
     parent::__construct();
 }
 public function __construct()
 {
     $this->id = 'backupbuddy-cross-promo';
     $this->title = __('Complete Your Security Strategy With BackupBuddy', 'better-wp-security');
     $this->priority = 7;
     parent::__construct();
 }
예제 #3
0
 public function __construct()
 {
     $this->id = 'malware-scan';
     $this->title = __('Malware Scan', 'better-wp-security');
     $this->priority = 8;
     parent::__construct();
 }
예제 #4
0
 public function __construct()
 {
     $this->id = 'pro-upsell';
     $this->title = __('Get iThemes Security Pro', 'better-wp-security');
     $this->priority = 5;
     parent::__construct();
 }
예제 #5
0
 public function __construct()
 {
     $this->id = 'support';
     $this->title = __('Need Help Securing Your Site?', 'better-wp-security');
     $this->priority = 11;
     parent::__construct();
 }
 public function __construct()
 {
     $this->id = 'sync-cross-promo';
     $this->title = __('Manage Your Sites Remotely', 'better-wp-security');
     $this->priority = 11;
     parent::__construct();
 }
 public function __construct()
 {
     $this->id = 'mail-list-signup';
     $this->title = __('Download Our WordPress Security Pocket Guide', 'better-wp-security');
     $this->priority = 6;
     $this->settings_form = false;
     parent::__construct();
 }
 public function __construct()
 {
     $this->id = 'temp-whitelist';
     $this->title = __('Active Lockouts', 'better-wp-security');
     parent::__construct();
 }