Skip to content

Instantly share code, notes, and snippets.

@plugin-republic
Created November 19, 2019 14:46
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 plugin-republic/c7460a8050243bf37f7d3a9c9f70d4c8 to your computer and use it in GitHub Desktop.
Save plugin-republic/c7460a8050243bf37f7d3a9c9f70d4c8 to your computer and use it in GitHub Desktop.
<?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