WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about admin_color_scheme_picker

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/user-edit.php do_action 319 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
int $user_id The user ID.