wordfence_toggled_brute_force_protection
wordfence_toggled_brute_force_protection
Appears in: wordfence.8.0.1
Hook Type: action
Displaying hooks found in version: wordfence.8.0.1do_action('wordfence_toggled_brute_force_protection') is found 1 times:
- /lib/wfConfig.php line 2490
* @param bool $after The new status. * @since 8.0.0 * */ do_action('wordfence_toggled_brute_force_protection', $before, $after); } break; } case 'loginSec_maxFailures': { $before = intval(wfConfig::get($key));