Created
February 18, 2022 17:21
-
-
Save jrick1229/6f71dd5541e1779c844a1d86cead9df2 to your computer and use it in GitHub Desktop.
Allow the user of duplicated SKUs in WooCommerce
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
add_filter( 'wc_product_has_unique_sku', '__return_false' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment