add_action( 'after_setup_theme', 'remove_product_image_zoom', 11 );
function remove_product_image_zoom() {
remove_theme_support( 'wc-product-gallery-zoom' );
}
add_action( 'after_setup_theme', 'remove_product_image_zoom', 11 );
function remove_product_image_zoom() {
remove_theme_support( 'wc-product-gallery-zoom' );
}
Powered by WHMCompleteSolution