recovery_mode_email_rate_limit, DAY_IN_SECONDS

recovery_mode_email_rate_limit, DAY_IN_SECONDS

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('recovery_mode_email_rate_limit, DAY_IN_SECONDS') is found 1 times:

  • /wp-includes/class-wp-recovery-mode.php line 307
    		 * @since 5.2.0
    		 *
    		 * @param int $rate_limit Time to wait in seconds. Defaults to 1 day.
    		 */
    		return apply_filters( 'recovery_mode_email_rate_limit', DAY_IN_SECONDS );
    	}
    
    	/**
    	 * Gets the number of seconds the recovery mode link is valid for.
    	 *
    	 * @since 5.2.0