0

Remove admin color scheme picker from profile

Add this script to the functions.php of your wordpress theme will remove the admin color scheme picker from the profile page.

if(is_admin()){
remove_action(“admin_color_scheme_picker”, “admin_color_scheme_picker”);
}

Filed in: PHP Scripts, Wordpress Tips Tags: , ,

Related Posts

Bookmark and Promote!

© 2012 Sumit Bansal. All rights reserved. XHTML / CSS Valid.