Skip to content

Instantly share code, notes, and snippets.

@wpmu-authors
Created February 5, 2021 12:46
Show Gist options
  • Save wpmu-authors/2fa361747ca35262141e495b54307ddb to your computer and use it in GitHub Desktop.
Save wpmu-authors/2fa361747ca35262141e495b54307ddb to your computer and use it in GitHub Desktop.
customizer_section.php
/*******************************************
Section
********************************************/
// colors section
$wp_customize->add_section( 'wpmu_colors' , array(
'title' => __( 'Colors', 'wpmu')
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment