• 'scan_exclude', 'textValue' => wfUtils::cleanupOneEntryPerLine(wfConfig::get('scan_exclude')), 'title' => __('Exclude files from scan that match these wildcard patterns (one per line)', 'wordfence'), 'helpLink' => wfSupportController::supportURL(wfSupportController::ITEM_SCAN_OPTION_EXCLUDE_PATTERNS), 'noSpacer' => true, ))->render(); ?>
  • 'scan_include_extra', 'textValue' => wfConfig::get('scan_include_extra'), 'title' => __('Additional scan signatures (one per line)', 'wordfence'), 'helpLink' => wfSupportController::supportURL(wfSupportController::ITEM_SCAN_OPTION_CUSTOM_MALWARE_SIGNATURES), 'noSpacer' => true, ))->render(); ?>
  • 'scan_force_ipv4_start', 'enabledValue' => 1, 'disabledValue' => 0, 'value' => wfConfig::get('scan_force_ipv4_start') ? 1 : 0, 'title' => __('Use only IPv4 to start scans', 'wordfence'), 'subtitle' => __('This option requires cURL. (This may have no effect on some old PHP or cURL versions.)', 'wordfence'), 'helpLink' => wfSupportController::supportURL(wfSupportController::ITEM_SCAN_OPTION_USE_ONLY_IPV4), 'premium' => false, 'disabled' => !wfUtils::isCurlSupported() ))->render(); ?>
  • $number, 'label' => $number > 0 ? $number : '0 (Disabled)'); } echo wfView::create('options/option-select', array( 'selectOptionName' => 'scan_max_resume_attempts', 'selectOptions' => $options, 'selectValue' => wfConfig::get('scan_max_resume_attempts', wfScanMonitor::DEFAULT_RESUME_ATTEMPTS), 'title' => __('Maximum number of attempts to resume each scan stage', 'wordfence'), 'helpLink' => wfSupportController::supportURL(wfSupportController::ITEM_SCAN_OPTION_MAX_RESUME_ATTEMPTS), ))->render(); ?>