do_action( 'admin_color_scheme_picker', int $user_id )

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.


Top ↑

Parameters

$user_id int
The user ID.

Top ↑

Source

File: wp-admin/user-edit.php. View all references

do_action( 'admin_color_scheme_picker', $user_id );

Top ↑

Changelog

Changelog
Version Description
3.8.1 Added $user_id parameter.
3.0.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.