jquery - Javascript when Customizer preview is readyrefreshed?

admin2025-06-05  2

I am trying to create a javascript which fires everytime the preview iframe is refreshed. I have found this one:

wp.customize.bind('ready', function () {

});

But this only works when the Customizer is first loaded. I use transport postMessage on my custom settings, and this only refreshes the iframe. How do I hook into this to know when the iframe has been refreshed?

Thank you!

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1749130232a316619.html

最新回复(0)