AI Verified

Name

Remove Woo Image Zoom

About

Gets rid of the Woocommerce zoom when you hover over the product image.

Language

PHP

Rating

Voted: 7 by 7 user(s)

Codevault

j36digital

Scroll down to see more snippets from this codevault.

Wordpress Compatability

The author has indicated that this snippet is compatable up to wordpress version: 6.1

Our AI bot has checked this snippet is compatable up to wordpress version: 6.1

Code Snippet Plugin Sync

Free & Pro

Download this snippet by clicking the download button, then head over to the Code Snippet Plugin settings in your wordpress admin dashboard, select the import menu then upload this file to import into your wordpress site.

Pro Only (Coming Soon)

You will be able to click a button and sync this snippet to your wordpress site automatically and from your dashboard manage all code snippets across all your wordpress sites that have the Code Snippets Pro plugin installed.

Website/ Profile URL:

https://j36.digital/

History

Last modified:

11/08/2024

Important Note

This snippet has the following status:

AI Verified

This snippet has been tested by our AI bot, see any comments below.

AI Bot Comments:

Found 0 vulnerabilities

Remove Woo Image Zoom

 
                    
1function remove_image_zoom_support() {
2 remove_theme_support( 'wc-product-gallery-zoom' );
3}
4add_action( 'wp', 'remove_image_zoom_support', 100 );

7

Featured Snippet

Related Snippets

Please see some snippets below related to this snippet..

WooCommerce

AI Verified

1

Remove Price Sorting Options in WooCommerce Catalog

Added: 5 months ago

Last Updated: 2 months ago

This code snippet removes the price sorting options ("Price" and "Price (desc)") from the sorting dropdown menu in the WooCommerce catalog. This can be useful if you want to customize the sorting opti...

WooCommerce

AI Verified

0

WooCommerce Remove Order Notes Field From Checkout

Added: 1 year ago

Last Updated: 1 year ago

A lot of the time, the user wont need to enter additional information about their order especially if shipping is disabled. Typically these notes fields will let the store admin know when is a good ti...

WooCommerce

AI Verified

1

Woo Change Add to Cart Button Text

Added: 1 year ago

Last Updated: 1 year ago

Other Snippets in this Codevault

These are some popular snippets from this users codevault..

WooCommerce

AI Verified

7

Remove Woo Image Zoom

Added: 1 year ago

Last Updated: 3 weeks ago

Gets rid of the Woocommerce zoom when you hover over the product image.

Security

AI Verified

0

iFrame Destroyer

Added: 1 year ago

Last Updated: 1 year ago

This stops other sites from being able to show your site in an iFrame