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