WP HOOKS
akcjaod 3.9.0

resetpass_form

Args 1Plik wp-login.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Fires following the 'Strength indicator' meter in the user password reset form.

Parametry

ParametrTypOpis
$user\WP_UserUser object of the user whose password is being reset.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_action( 'resetpass_form', 'twoja_funkcja' );

function twoja_funkcja($param_1) {
	// Twój kod
}

Popularne w tej kategorii