Skip to content

Instantly share code, notes, and snippets.

@ahmedeshaan
Created September 30, 2019 12:47
Show Gist options
  • Save ahmedeshaan/32b384a34daf808b64fe6a28a609ad9b to your computer and use it in GitHub Desktop.
Save ahmedeshaan/32b384a34daf808b64fe6a28a609ad9b to your computer and use it in GitHub Desktop.
jQuery(window).on(‘wcpf_update_products’, function () {
jQuery('.variations_form').each(function(){
jQuery(this).wc_variation_form();
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment