Skip to content

Instantly share code, notes, and snippets.

View istefan's full-sized avatar

Stefan istefan

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