Skip to content

Early-bird lifetime licence: $199 once, for the first 200 buyers only. See the offer

Hide the admin colour scheme picker

Removes the “Admin Color Scheme” choice from user profiles.

  • Type PHP
  • Runs Everywhere (runs as WordPress loads)
  • Category Admin area
  • Tested with WordPress 7.1
PHP
<?php

add_action(
	'admin_init',
	static function () {
		remove_action( 'admin_color_scheme_picker', 'admin_color_scheme_picker' );
	}
);

In these packs

  • More admin tweaks: Useful columns, a tidier admin bar, a welcome box for clients, and fewer menus for editors.

Move your snippets over this afternoon.

Importing changes nothing until you switch over, and your old shortcodes keep working.