Skip to content

Instantly share code, notes, and snippets.

@adrisantos07
adrisantos07 / customize-controls.js
Created July 3, 2018 17:25
WP customizer JS API issue
/**
* Custom JavaScript functions for the customizer controls.
*/
;(function (api) {
api.bind('ready', function () {
// Create theme options panel.
api.panel.add(
new api.Panel('hannover_theme_options', {
title: 'Theme Options',