debug.php
7 years ago
firewall-status.php
8 years ago
option-rate-limit.php
8 years ago
option-rules.php
7 years ago
option-whitelist.php
7 years ago
options-group-advanced-firewall.php
7 years ago
options-group-basic-firewall.php
7 years ago
options-group-brute-force.php
7 years ago
options-group-rate-limiting.php
7 years ago
options-group-whitelisted.php
7 years ago
status-tooltip-learning-mode.php
8 years ago
waf-install-manual.php
8 years ago
waf-install-success.php
8 years ago
waf-install.php
7 years ago
waf-modal-wrapper.php
8 years ago
waf-uninstall-success.php
8 years ago
waf-uninstall.php
8 years ago
status-tooltip-learning-mode.php
8 lines
| 1 | <?php |
| 2 | if (!defined('WORDFENCE_VERSION')) { exit; } |
| 3 | ?> |
| 4 | <ul class="wf-flex-horizontal wf-flex-full-width wf-no-top"> |
| 5 | <li class="wf-tip-light-bulb"><i class="wf-ion-ios-lightbulb-outline"></i></li> |
| 6 | <li class="wf-tip-info-message"><strong><?php printf(__('The Web Application Firewall is currently in Learning Mode. <a href="%s" target="_blank" rel="noopener noreferrer">Learn More</a>', 'wordfence'), wfSupportController::supportURL(wfSupportController::ITEM_FIREWALL_WAF_LEARNING_MODE)); ?></strong></li> |
| 7 | </ul> |
| 8 |