WP HOOKS
akcjaod 3.0.0

admin_color_scheme_picker

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

Opis — z kodu źródłowego

Fires in the 'Administration Color Scheme' section of the user editing screen.

The section is only enabled if a callback is hooked to the action, and if there is more than one defined color scheme for the admin.

Parametry

ParametrTypOpis
$user_idintThe user ID.

Wywołanie

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

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

Popularne w tej kategorii