Created
August 5, 2020 11:03
-
-
Save MaximeCulea/3b4aa8690488e7e069d6707d9939c192 to your computer and use it in GitHub Desktop.
Hide the customizer and all related features
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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