Disable WooCommerce Magnifying

0.0/5
<?php
add_action( 'after_setup_theme', 'bc_remove_magnifier', 100 );

function bc_remove_magnifier() {
     remove_theme_support( 'wc-product-gallery-zoom' );
}

Comments and reviews

{{ reviewsTotal }} Review
{{ reviewsTotal }} Reviews
{{ options.labels.newReviewButton }}
{{ userData.canReview.message }}

Description

Author

Tags

This snippet is untagged