Skip to content

Instantly share code, notes, and snippets.

@woogist
Created March 4, 2015 11:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save woogist/366ce5c46f19634e645f to your computer and use it in GitHub Desktop.
Save woogist/366ce5c46f19634e645f to your computer and use it in GitHub Desktop.
/**
* Allows to duplicate products with the capability edit_products
*/
add_filter( 'woocommerce_duplicate_product_capability', create_function( '', 'return "edit_products";' ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment