Fires in the ‘Admin Color Scheme’ section of the user editing screen.
Description
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.
Parameters
$user_id
int- The user ID.
Source
do_action( 'admin_color_scheme_picker', $user_id );
User Contributed Notes