options-group-audit-log.php000064400000011031147207151010011757 0ustar00

Audit Log logging mode is set to "Significant Events", all events except content changes will be recorded. "All Events" will include content-related events and may be used to monitor for unauthorized post or page changes. "Preview" and "Disabled" modes do not send any events to Central.', 'wordfence'), array('strong'=>array())); ?>

true, 'restoreDefaultsSection' => wfConfig::OPTIONS_TYPE_AUDIT_LOG, 'restoreDefaultsMessage' => __('Are you sure you want to restore the default Audit Log settings? This will undo any custom changes you have made to the options on this page.', 'wordfence'), ))->render(); ?>
  • 'auditLogMode', 'value' => wfAuditLog::shared()->mode(), 'title' => __('Audit Log logging mode', 'wordfence'), 'states' => array( array('value' => wfAuditLog::AUDIT_LOG_MODE_DISABLED, 'label' => __('Disabled', 'wordfence')), array('value' => wfAuditLog::AUDIT_LOG_MODE_PREVIEW, 'label' => __('Preview', 'wordfence'), 'disabled' => $wpTooOld), array('value' => wfAuditLog::AUDIT_LOG_MODE_SIGNIFICANT, 'labelHTML' => wp_kses(__('Significant Events', 'wordfence'),array('span' => array('class' => array('wf-hidden-xs')))), 'disabled' => $wpTooOld), array('value' => wfAuditLog::AUDIT_LOG_MODE_ALL, 'labelHTML' => wp_kses(__('All Events', 'wordfence'),array('span' => array('class' => array('wf-hidden-xs')))), 'disabled' => $wpTooOld), ), 'helpLink' => wfSupportController::supportURL(wfSupportController::ITEM_TOOLS_AUDIT_LOG_OPTION_MODE), 'alignment' => 'wf-right', 'noSpacer' => true, ))->render(); ?>
  • 'displayTopLevelAuditLog', 'enabledValue' => 1, 'disabledValue' => 0, 'value' => wfConfig::get('displayTopLevelAuditLog') ? 1 : 0, 'title' => __('Display Audit Log menu option', 'wordfence'), ))->render(); ?>
options-group-live-traffic.php000064400000013125147207151010012453 0ustar00

Traffic logging mode to "Security Only."', 'wordfence'), array('strong'=>array())); ?>

true, 'restoreDefaultsSection' => wfConfig::OPTIONS_TYPE_LIVE_TRAFFIC, 'restoreDefaultsMessage' => __('Are you sure you want to restore the default Live Traffic settings? This will undo any custom changes you have made to the options on this page.', 'wordfence'), ))->render(); ?>
  • 'liveTrafficEnabled', 'value' => wfConfig::get('liveTrafficEnabled') ? '1': '0', 'title' => __('Traffic logging mode', 'wordfence'), 'states' => array( array('value' => '0', 'label' => __('Security Only', 'wordfence')), array('value' => '1', 'label' => __('All Traffic', 'wordfence')), ), 'helpLink' => wfSupportController::supportURL(wfSupportController::ITEM_TOOLS_LIVE_TRAFFIC_OPTION_ENABLE), 'alignment' => 'wf-right', ))->render(); ?>
  • 'liveTraf_ignorePublishers', 'enabledValue' => 1, 'disabledValue' => 0, 'value' => wfConfig::get('liveTraf_ignorePublishers') ? 1 : 0, 'title' => __("Don't log signed-in users with publishing access", 'wordfence'), ))->render(); ?>
  • 'liveTraf_ignoreUsers', 'textValue' => wfConfig::get('liveTraf_ignoreUsers'), 'title' => __('List of comma separated usernames to ignore', 'wordfence'), ))->render(); ?>
  • 'liveTraf_ignoreIPs', 'textValue' => wfConfig::get('liveTraf_ignoreIPs'), 'title' => __('List of comma separated IP addresses to ignore', 'wordfence'), ))->render(); ?>
  • 'liveTraf_ignoreUA', 'textValue' => wfConfig::get('liveTraf_ignoreUA'), 'title' => __('Browser user-agent to ignore', 'wordfence'), ))->render(); ?>
  • 'liveTraf_maxRows', 'textValue' => wfConfig::get('liveTraf_maxRows'), 'title' => __('Amount of Live Traffic data to store (number of rows)', 'wordfence'), ))->render(); ?>
  • 'liveTraf_maxAge', 'textValue' => wfConfig::get('liveTraf_maxAge'), 'title' => __('Maximum days to keep Live Traffic data (1-30 days)', 'wordfence'), ))->render(); ?>
  • 'displayTopLevelLiveTraffic', 'enabledValue' => 1, 'disabledValue' => 0, 'value' => wfConfig::get('displayTopLevelLiveTraffic') ? 1 : 0, 'title' => __('Display Live Traffic menu option', 'wordfence'), ))->render(); ?>
options-group-2fa.php000064400000011553147207151010010553 0ustar00

and have control of your phone to log into your site. Upgrade to Premium now to enable this powerful feature.', 'wordfence'), array('em'=>array())) ?>

()

  • 'loginSec_requireAdminTwoFactor', 'enabledValue' => 1, 'disabledValue' => 0, 'value' => wfConfig::get('loginSec_requireAdminTwoFactor') ? 1 : 0, 'htmlTitle' => wp_kses(sprintf(/* translators: Support URL. */ __('Require Cellphone Sign-in for all Administrators (opens in new tab)
    Note: This setting requires at least one administrator to have Cellphone Sign-in enabled. On multisite, this option applies only to super admins.', 'wordfence'), esc_url($helpLink)), array('a'=>array('href'=>array(), 'target'=>array(), 'rel'=>array(), 'class'=>array()), 'strong'=>array(), 'br'=>array(), 'em'=>array(), 'span'=>array('class'=>array()))), ))->render(); ?>
  • 0; echo wfView::create('options/option-toggled', array( 'optionName' => 'loginSec_enableSeparateTwoFactor', 'enabledValue' => 1, 'disabledValue' => 0, 'value' => wfConfig::get('loginSec_enableSeparateTwoFactor') ? 1 : 0, 'htmlTitle' => wp_kses(sprintf(/* translators: Support URL. */ __('Enable Separate Prompt for Two-Factor Code (opens in new tab)
    Note: This setting changes the behavior for obtaining the two-factor authentication code from using the password field to showing a separate prompt. If your theme overrides the default login page, you may not be able to use this option.', 'wordfence'), $helpLink), array('a'=>array('href'=>array(), 'target'=>array(), 'rel'=>array(), 'class'=>array()), 'strong'=>array(), 'br'=>array(), 'em'=>array(), 'span'=>array('class'=>array()))) . ($allowSeparatePrompt ? '' : wp_kses(__('
    This setting will be ignored because the PHP configuration option output_buffering is off.', 'wordfence'), array('strong'=>array(), 'br'=>array()))), ))->render(); ?>