Skip to content

Instantly share code, notes, and snippets.

View mcmullengreg's full-sized avatar

Gregory McMullen mcmullengreg

View GitHub Profile
<?php
function themename_customize_register($wp_customize){
$wp_customize->add_section('themename_color_scheme', array(
'title' => __('Color Scheme', 'themename'),
'priority' => 120,
));
// =============================