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 (minimum: 1)', 'wordfence'), ))->render(); ?>
  • 'displayTopLevelLiveTraffic', 'enabledValue' => 1, 'disabledValue' => 0, 'value' => wfConfig::get('displayTopLevelLiveTraffic') ? 1 : 0, 'title' => __('Display Live Traffic menu option', 'wordfence'), ))->render(); ?>