🏠 Root
/
home
/
artorgp
/
paranartgallery
/
wp-content__cee8048
/
themes
/
gute
/
inc
/
info
/
Editing: customize-controls.js
( function( api ) { // Extends our custom "xblog-pro" section. api.sectionConstructor['gute'] = api.Section.extend( { // No events for this type of section. attachEvents: function () {}, // Always make the section active. isContextuallyActive: function () { return true; } } ); } )( wp.customize );
Save
Cancel