79778941

Date: 2025-09-30 09:38:36
Score: 1
Natty:
Report link

Since Woocommerce 10 I need to do the following

/**
 * Disable WooCommerce product image zoom (WC 10+ compatibility).
 * Uses higher priority to override WooCommerce's __return_true filter.
 */ 
add_filter('woocommerce_single_product_zoom_enabled', '__return_false', 20);
Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Out of Orbit