• I am trying to remove Admin Color Scheme switcher that is on the my profile page in the wordpress admin. I tried this function but it does not work..

    function admin_scheme_be_gone() {
    }
    add_filter ('register_admin_color_schemes','admin_scheme_be_gone');

    Any ideas on how to do this?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing the user profile admin theme switcher’ is closed to new replies.