WP HOOKS
akcjaod 2.7.0

edit_user_profile_update

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

Opis — z kodu źródłowego

Fires before the page loads on the 'Edit User' screen.

Parametry

ParametrTypOpis
$user_idintThe user ID.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_action( 'edit_user_profile_update', 'twoja_funkcja' );

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

Popularne w tej kategorii