recovery_mode_email_link_ttl

recovery_mode_email_link_ttl

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('recovery_mode_email_link_ttl') is found 1 times:

  • /wp-includes/class-wp-recovery-mode.php line 331
    		 * @since 5.2.0
    		 *
    		 * @param int $valid_for The number of seconds the link is valid for.
    		 */
    		$valid_for = apply_filters( 'recovery_mode_email_link_ttl', $valid_for );
    
    		return max( $valid_for, $rate_limit );
    	}
    
    	/**
    	 * Gets the extension that the error occurred in.