WP HOOKS
filtrod 5.2.0

recovery_mode_email_link_ttl

Args 1Plik wp-includes/class-wp-recovery-mode.phpDokumentacja WP ↗

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

ParametrTypOpis
$valid_forintThe 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
}

Popularne w tej kategorii