Skip to content

Instantly share code, notes, and snippets.

@MaximeCulea
Created August 5, 2020 11:03
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 MaximeCulea/3b4aa8690488e7e069d6707d9939c192 to your computer and use it in GitHub Desktop.
Save MaximeCulea/3b4aa8690488e7e069d6707d9939c192 to your computer and use it in GitHub Desktop.
Hide the customizer and all related features
// Hide the Customizer and related features
add_action( 'admin_print_footer_scripts', function () {
echo '<style type="text/css">.hide-if-no-customize{display: none}</style>';
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment