filtrod 5.2.0
recovery_mode_email_link_ttl
Opis — z kodu źródłowego
Filters the amount of time the recovery mode email link is valid for.
The ttl must be at least as long as the email rate limit.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$valid_for | int | The number of seconds the link is valid for. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'recovery_mode_email_link_ttl', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'recovery_mode_email_link_ttl', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii