(function(api) { api.sectionConstructor['app-development-company-upsell'] = api.Section.extend({ attachEvents: function() {}, isContextuallyActive: function() { return true; } }); const app_development_company_section_lists = ['banner', 'service']; app_development_company_section_lists.forEach(app_development_company_homepage_scroll); function app_development_company_homepage_scroll(item, index) { item = item.replace(/-/g, '_'); wp.customize.section('app_development_company_' + item + '_section', function(section) { section.expanded.bind(function(isExpanding) { wp.customize.previewer.send(item, { expanded: isExpanding }); }); }); } })(wp.customize);