akcjaod 3.0.0
admin_color_scheme_picker
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
| Parametr | Typ | Opis |
|---|---|---|
$user_id | int | The 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
}
// rejestracja funkcji zwrotnej
add_action( 'admin_color_scheme_picker', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii