WP HOOKS
akcjaod 2.7.0

personal_options

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

Opis — z kodu źródłowego

Fires at the end of the 'Personal Options' settings table on the user editing screen.

Parametry

ParametrTypOpis
$profile_user\WP_UserThe current WP_User object.

Wywołanie

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

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

Popularne w tej kategorii