• 'email_summary_enabled', 'enabledToggleValue' => 1, 'disabledToggleValue' => 0, 'toggleValue' => wfConfig::get('email_summary_enabled') ? 1 : 0, 'selectOptionName' => 'email_summary_interval', 'selectOptions' => array( array('value' => 'daily', 'label' => __('Once a day', 'wordfence')), array('value' => 'weekly', 'label' => __('Once a week', 'wordfence')), array('value' => 'monthly', 'label' => __('Once a month', 'wordfence')), ), 'selectValue' => wfConfig::get('email_summary_interval'), 'title' => __('Enable email summary', 'wordfence'), ))->render(); ?>
  • 'email_summary_excluded_directories', 'textValue' => wfUtils::cleanupOneEntryPerLine(wfConfig::get('email_summary_excluded_directories')), 'title' => __('List of directories to exclude from recently modified file list', 'wordfence'), ))->render(); ?>
  • 'email_summary_dashboard_widget_enabled', 'enabledValue' => 1, 'disabledValue' => 0, 'value' => wfConfig::get('email_summary_dashboard_widget_enabled') ? 1 : 0, 'title' => __('Enable activity report widget on the WordPress dashboard', 'wordfence'), ))->render(); ?>