Skip to content

Instantly share code, notes, and snippets.

@BFTrick
Created November 15, 2012 01:49
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BFTrick/4076143 to your computer and use it in GitHub Desktop.
Save BFTrick/4076143 to your computer and use it in GitHub Desktop.
Rename Existing Section in WordPress Theme Customizer
// rename existing sections
$wp_customize->add_section( 'section_id' , array(
'title' => __('Section Title','mytheme'),
'priority' => 20,
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment