Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
/
site
/
wp-content
/
themes
/
fairy
/
candidthemes
/
customizer-pro
:
customize-controls.js
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
( function( api ) { // Extends our custom "fairy" section. api.sectionConstructor['fairy'] = api.Section.extend( { // No events for this type of section. attachEvents: function () {}, // Always make the section active. isContextuallyActive: function () { return true; } } ); } )( wp.customize );