Use this code snippet to disable hover zoom on product pages in WooCommerce on child sites.
Snippet Type
Execute on Child Sites
Snippet
add_filter( 'woocommerce_single_product_zoom_enabled', '__return_false' );
Use this code snippet to disable hover zoom on product pages in WooCommerce on child sites.
Snippet Type
Execute on Child Sites
Snippet
add_filter( 'woocommerce_single_product_zoom_enabled', '__return_false' );