kollapsminoriteten/wp-content/themes/blocksy/static/js/customizer/experimental-section.js

10 lines
176 B
JavaScript

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