Skip to content

Instantly share code, notes, and snippets.

@ControlledChaos
Created July 6, 2017 19:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ControlledChaos/c9a94c18838db1ac102c46609f0ecdce to your computer and use it in GitHub Desktop.
Save ControlledChaos/c9a94c18838db1ac102c46609f0ecdce to your computer and use it in GitHub Desktop.
Disable the user admin color scheme picker.

Remove Admin Color Schemes

WordPress Snippet

<?php
remove_action( 'admin_color_scheme_picker', 'admin_color_scheme_picker' );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment