| Current Path : /home/xbodynamge/lebauwcentre/wp-content/themes/integral/inc/upgrade/ |
| 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 );