wordfence_updated_forgot_password_count

wordfence_updated_forgot_password_count

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: wordfence.8.0.1

do_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));