Skip to content

Instantly share code, notes, and snippets.

@solid-pixel
Created May 12, 2016 13:50
Show Gist options
  • Save solid-pixel/835ad81800319e747bbe3e5e84f84e0f to your computer and use it in GitHub Desktop.
Save solid-pixel/835ad81800319e747bbe3e5e84f84e0f to your computer and use it in GitHub Desktop.
Twenty Sixteen - Unregister Sidebar
//// 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