Hide the admin colour scheme picker
Removes the “Admin Color Scheme” choice from user profiles.
<?php
add_action(
'admin_init',
static function () {
remove_action( 'admin_color_scheme_picker', 'admin_color_scheme_picker' );
}
);
In these packs
- More admin tweaks: Useful columns, a tidier admin bar, a welcome box for clients, and fewer menus for editors.