• 'notification_updatesNeeded', 'enabledValue' => 1, 'disabledValue' => 0, 'value' => wfConfig::get('notification_updatesNeeded') ? 1 : 0, 'title' => __('Updates Needed (Plugin, Theme, or Core)', 'wordfence'), ))->render(); ?>
  • 'notification_securityAlerts', 'enabledValue' => 1, 'disabledValue' => 0, 'value' => wfConfig::get('notification_securityAlerts') ? 1 : 0, 'title' => __('Security Alerts', 'wordfence'), 'premium' => true, ))->render(); ?>
  • 'notification_promotions', 'enabledValue' => 1, 'disabledValue' => 0, 'value' => wfConfig::get('notification_promotions') ? 1 : 0, 'title' => __('Promotions', 'wordfence'), 'premium' => true, ))->render(); ?>
  • 'notification_blogHighlights', 'enabledValue' => 1, 'disabledValue' => 0, 'value' => wfConfig::get('notification_blogHighlights') ? 1 : 0, 'title' => __('Blog Highlights', 'wordfence'), 'premium' => true, ))->render(); ?>
  • 'notification_productUpdates', 'enabledValue' => 1, 'disabledValue' => 0, 'value' => wfConfig::get('notification_productUpdates') ? 1 : 0, 'title' => __('Product Updates', 'wordfence'), 'premium' => true, ))->render(); ?>
  • 'notification_scanStatus', 'enabledValue' => 1, 'disabledValue' => 0, 'value' => wfConfig::get('notification_scanStatus') ? 1 : 0, 'title' => __('Scan Status', 'wordfence'), ))->render(); ?>