WP HOOKS
filtrod 4.1.0

password_hint

Args 1Plik wp-includes/user.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the text describing the site's password complexity policy.

Parametry

ParametrTypOpis
$hintstringThe password hint text.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'password_hint', 'twoja_funkcja' );

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

Popularne w tej kategorii