Created
May 12, 2016 13:50
-
-
Save solid-pixel/835ad81800319e747bbe3e5e84f84e0f to your computer and use it in GitHub Desktop.
Twenty Sixteen - Unregister Sidebar
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
//// Unregister Sidebar | |
function remove_some_widgets(){ | |
unregister_sidebar( 'sidebar-1' ); | |
} | |
add_action( 'widgets_init', 'remove_some_widgets', 11 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment