• '; $subtitle .= wp_kses(__('Warning: You are running the LiteSpeed web server and Wordfence can\'t determine whether "noabort" is set. Please verify that the environmental variable "noabort" is set for the local site, or the server\'s global External Application Abort is set to "No Abort".', 'wordfence'), array('span'=>array('class'=>array()))); $subtitle .= '
    '; $subtitle .= '' . esc_html__('Please read this article in our FAQ to make an important change that will ensure your site stability during an update.', 'wordfence') . ' (' . esc_html__('opens in new tab', 'wordfence') . ')'; } echo wfView::create('options/option-toggled', array( 'optionName' => 'autoUpdate', 'enabledValue' => 1, 'disabledValue' => 0, 'value' => wfConfig::get('autoUpdate') ? 1 : 0, 'title' => __('Update Wordfence automatically when a new version is released?', 'wordfence'), 'subtitleHTML' => $subtitle, 'helpLink' => wfSupportController::supportURL(wfSupportController::ITEM_DASHBOARD_OPTION_AUTOMATIC_UPDATE), ))->render(); ?>
  • 'alertEmails', 'textValue' => implode(',', wfConfig::getAlertEmails()), 'title' => __('Where to email alerts', 'wordfence'), 'placeholder' => __('Separate multiple addresses with commas', 'wordfence'), 'helpLink' => wfSupportController::supportURL(wfSupportController::ITEM_DASHBOARD_OPTION_ALERT_EMAILS), ))->render(); ?>
  • render(); ?>
  • 'other_hideWPVersion', 'enabledValue' => 1, 'disabledValue' => 0, 'value' => wfConfig::get('other_hideWPVersion') ? 1 : 0, 'title' => __('Hide WordPress version', 'wordfence'), 'helpLink' => wfSupportController::supportURL(wfSupportController::ITEM_DASHBOARD_OPTION_HIDE_VERSION), ))->render(); ?>
  • 'disableCodeExecutionUploads', 'enabledValue' => 1, 'disabledValue' => 0, 'value' => wfConfig::get('disableCodeExecutionUploads') ? 1 : 0, 'title' => __('Disable Code Execution for Uploads directory', 'wordfence'), 'helpLink' => wfSupportController::supportURL(wfSupportController::ITEM_DASHBOARD_OPTION_DISABLE_UPLOADS_EXECUTION), ))->render(); ?>
  • 'liveActivityPauseEnabled', 'enabledValue' => 1, 'disabledValue' => 0, 'value' => wfConfig::get('liveActivityPauseEnabled') ? 1 : 0, 'title' => __('Pause live updates when window loses focus', 'wordfence'), 'helpLink' => wfSupportController::supportURL(wfSupportController::ITEM_DASHBOARD_OPTION_PAUSE_LIVE_UPDATES), ))->render(); ?>
  • 'actUpdateInterval', 'textValue' => wfConfig::get('actUpdateInterval'), 'title' => __('Update interval in seconds', 'wordfence'), 'subtitle' => __('Setting higher will reduce browser traffic but slow scan starts, live traffic & status updates.', 'wordfence'), 'helpLink' => wfSupportController::supportURL(wfSupportController::ITEM_DASHBOARD_OPTION_UPDATE_INTERVAL), ))->render(); ?>
  • 'other_bypassLitespeedNoabort', 'enabledValue' => 1, 'disabledValue' => 0, 'value' => wfConfig::get('other_bypassLitespeedNoabort') ? 1 : 0, 'title' => __('Bypass the LiteSpeed "noabort" check', 'wordfence'), 'helpLink' => wfSupportController::supportURL(wfSupportController::ITEM_DASHBOARD_OPTION_BYPASS_LITESPEED_CHECK), ))->render(); ?>
  • 'deleteTablesOnDeact', 'enabledValue' => 1, 'disabledValue' => 0, 'value' => wfConfig::get('deleteTablesOnDeact') ? 1 : 0, 'title' => __('Delete Wordfence tables and data on deactivation', 'wordfence'), 'subtitle' => __('Note: This does not include Login Security settings and tables. An option to delete those must be selected separately on the Login Security settings page.', 'wordfence'), 'helpLink' => wfSupportController::supportURL(wfSupportController::ITEM_DASHBOARD_OPTION_DELETE_DEACTIVATION), ))->render(); ?>