• File: customize-controls.js
  • Full Path: /home/emgeemar/jaimaakhodiyar.co.uk/-20241224164718-20250122081218/event-management-20241224164624-20250126044146/customize-controls.js
  • File size: 337 bytes
  • MIME-type: text/plain
  • Charset: utf-8
( 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 );