filtrod 3.0.0
shake_error_codes
Opis — z kodu źródłowego
Filters the error codes array for shaking the login form.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$shake_error_codes | string[] | 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
}
// rejestracja funkcji zwrotnej
add_filter( 'shake_error_codes', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii