DIR: /home/otwalrll/karismamodernkitchen.com/wp-content/themes/blocksy/static/js/customizer/sync/ |
Current File : /home/otwalrll/karismamodernkitchen.com/wp-content/themes/blocksy/static/js/customizer/sync/misc.js |
const renderPassepartout = () => { document.body.removeAttribute('data-frame') if (wp.customize('has_passepartout')() === 'yes') { document.body.dataset.frame = 'default' } } wp.customize('has_passepartout', (val) => val.bind((to) => { renderPassepartout() }) ) |