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