add_action( 'wp', 'custom_remove_product_zoom' ); function custom_remove_product_zoom() { remove_theme_support( 'wc-product-gallery-zoom' ); }