Allow to WooCommerce for use of the same SKU in multiple product


If you want to use the same sku in multiple products then the following filter will remove unique validation , so you can’t see the error for duplicate SKU in woocommerce.

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

Published by PHP Technology Tutorials

PHP Developer

Leave a comment