apply_filters( ‘recovery_mode_email_link_ttl’, int $valid_for )

In this article

Filters the amount of time the recovery mode email link is valid for.

Description

The ttl must be at least as long as the email rate limit.

Parameters

$valid_forint
The number of seconds the link is valid for.

Source

$valid_for = apply_filters( 'recovery_mode_email_link_ttl', $valid_for );

Changelog

VersionDescription
5.2.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.