WP HOOKS
filtrod 1.5.1

show_password_fields

Args 2Plik wp-admin/user-edit.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the display of the password fields.

Parametry

ParametrTypOpis
$showboolWhether to show the password fields. Default true.
$profile_user\WP_UserUser 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
}

Popularne w tej kategorii