Skip to content

Instantly share code, notes, and snippets.

@jrick1229
Created February 18, 2022 17:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jrick1229/6f71dd5541e1779c844a1d86cead9df2 to your computer and use it in GitHub Desktop.
Save jrick1229/6f71dd5541e1779c844a1d86cead9df2 to your computer and use it in GitHub Desktop.
Allow the user of duplicated SKUs in WooCommerce
<?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