-
-
Save freezvd/b287626e3c5ff93c5d91 to your computer and use it in GitHub Desktop.
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
<?php | |
/* Unregister sidebars | |
------------------------------------------------------------ */ | |
unregister_sidebar( 'header-right' ); | |
unregister_sidebar( 'sidebar' ); | |
unregister_sidebar( 'sidebar-alt' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment