Categories CSS Wordpress Remove image zoom feature from woocommerce products Post author By Kimberley Post date September 16, 2020 No Comments on Remove image zoom feature from woocommerce products function remove_image_zoom_support() { remove_theme_support( 'wc-product-gallery-zoom' ); } add_action( 'wp', 'remove_image_zoom_support', 100 ); ← Remove the word “Archives” from the Archive Page Title → Redirect to shop if cart is empty Leave a Reply Cancel replyYou must be logged in to post a comment.