(function(api) { api.sectionConstructor['auto-repair-center-upsell'] = api.Section.extend({ attachEvents: function() {}, isContextuallyActive: function() { return true; } }); const auto_repair_center_section_lists = ['banner', 'service']; auto_repair_center_section_lists.forEach(auto_repair_center_homepage_scroll); function auto_repair_center_homepage_scroll(item, index) { item = item.replace(/-/g, '_'); wp.customize.section('auto_repair_center_' + item + '_section', function(section) { section.expanded.bind(function(isExpanding) { wp.customize.previewer.send(item, { expanded: isExpanding }); }); }); } })(wp.customize);