Your IP : 216.73.216.162


Current Path : /home/xbodynamge/lebauwcentre/wp-content/themes/integral/inc/upgrade/
Upload File :
Current File : /home/xbodynamge/lebauwcentre/wp-content/themes/integral/inc/upgrade/customize-controls.js

( function( api ) {

	// Extends our custom "upgrade" section.
	api.sectionConstructor['integral'] = api.Section.extend( {

		// No events for this type of section.
		attachEvents: function () {},

		// Always make the section active.
		isContextuallyActive: function () {
			return true;
		}
	} );

} )( wp.customize );