WP HOOKS
filtrod 3.0.0

shake_error_codes

Args 1Plik wp-login.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the error codes array for shaking the login form.

Parametry

ParametrTypOpis
$shake_error_codesstring[]Error codes that shake the login form.

Wywołanie

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

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

Popularne w tej kategorii