Skip to content

Instantly share code, notes, and snippets.

@BFTrick
Created November 15, 2012 01:42
Show Gist options
  • Save BFTrick/4076117 to your computer and use it in GitHub Desktop.
Save BFTrick/4076117 to your computer and use it in GitHub Desktop.
Remove Section in WordPress Theme Customizer
// remove section
$wp_customize->remove_section( 'section_id');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment