Remove admin color scheme picker from profile
by
Bansal Sumit
·
Published
· Updated
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”);
}
Tags: admin color schemeremove color pickerwordpress
Bansal Sumit
To seek challenging roles and to achieve excellence in the field of Open Source Web Technology with a profound spirit
of commitment and dedication.
You may also like...