Remove admin color scheme picker from WordPress Profiles

June 12, 2015

If you want to clean up the WordPress user profile page in wp-admin by removing the color scheme picker here is a quick snippet that will do the task quickly for you.

[php]
remove_action( ‘admin_color_scheme_picker’, ‘admin_color_scheme_picker’ );
[/php]

Leave a Reply

Your email address will not be published. Required fields are marked *