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