Is there a hook for creating a new product for Woocommerce, I would like to create one product and distribute it to all my multi sites on one create
Asked
Active
Viewed 1,114 times
0
-
http://stackoverflow.com/questions/27682179/how-do-i-import-flipkart-products-from-a-csv-into-wordpress-woocommerce/27691316#27691316 – Sark Jan 12 '15 at 14:46
1 Answers
1
I believe you could use this plugin to accomplish what you're hoping
http://plugins.plainview.se/threewp-broadcast-premium-pack/
There isn't a hook to do it programmatically that I'm aware of. You could look at the code that the free version of the plugin uses and attempt to manipulate it to work for "products" instead of "posts".

ben_jamin
- 49
- 2