Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save AnanthFlycart/0da5575c2d873553b87cef6ada3048b2 to your computer and use it in GitHub Desktop.

Select an option

Save AnanthFlycart/0da5575c2d873553b87cef6ada3048b2 to your computer and use it in GitHub Desktop.
// Fix Quick View (by Barn2) Issue on Shortcode
add_action('woocommerce_before_shop_loop', function () {
add_filter('wc_quick_view_pro_scripts_enabled_on_page', function() {
return true;
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment