wp-productzilla/wp-content/themes/blocksy/static/js/customizer/experimental-section.js
rizal.productzilla e38e8b231d templating
2024-04-01 16:08:46 +07:00

10 lines
176 B
JavaScript

console.log('section')
wp.customize.sectionConstructor['blocksySection'] = wp.customize.Section.extend(
{
onChangeExpanded: function (expanded, args) {
return
},
}
)