Skip to content

Instantly share code, notes, and snippets.

@lukecav
Created January 11, 2020 02:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukecav/bea164a59f22733ae394c8ff18a65ec6 to your computer and use it in GitHub Desktop.
Save lukecav/bea164a59f22733ae394c8ff18a65ec6 to your computer and use it in GitHub Desktop.
Disable Hover Zoom on Single Products in WooCommerce
add_filter( 'woocommerce_single_product_zoom_enabled', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment