filtrod 1.5.1
show_password_fields
Opis — z kodu źródłowego
Filters the display of the password fields.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$show | bool | Whether to show the password fields. Default true. |
$profile_user | \WP_User | User object for the current user to edit. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'show_password_fields', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'show_password_fields', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}Popularne w tej kategorii