| Current Path : /home/n/i/c/nicedoo/www/wp-content/themes/grocery-shopping/js/ |
| Current File : /home/n/i/c/nicedoo/www/wp-content/themes/grocery-shopping/js/customize-controls.js |
( function( api ) {
// Extends our custom "grocery-shopping" section.
api.sectionConstructor['grocery-shopping'] = api.Section.extend( {
// No events for this type of section.
attachEvents: function () {},
// Always make the section active.
isContextuallyActive: function () {
return true;
}
} );
} )( wp.customize );