Allow duplicate products SKUs in WooCommerce

add_filter( 'wc_product_has_unique_sku', '__return_false', PHP_INT_MAX );

Leave a Comment