Action hook 'admin_color_scheme_picker'
in WP Core File wp-admin/user-edit.php at line 345
Description
Fires in the 'Admin 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.
Occurrences
Filename |
Line Number |
wp-admin/user-edit.php |
345 |
Parameters
Type |
Name |
Description |
int |
$user_id |
The user ID. |
PHP Doc
/**
* Fires in the 'Admin 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.
*
* @since 3.0.0
* @since 3.8.1 Added `$user_id` parameter.
*
* @param int $user_id The user ID.
*/