Created
November 19, 2019 14:46
-
-
Save plugin-republic/c7460a8050243bf37f7d3a9c9f70d4c8 to your computer and use it in GitHub Desktop.
This file contains 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 | |
/** | |
* Duplicate groups and fields when duplicating products | |
*/ | |
add_filter( 'pewc_duplicate_fields', '__return_true' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment