Created
October 10, 2013 10:38
-
-
Save nielsvr/6916403 to your computer and use it in GitHub Desktop.
Old WooCommerce code, how to implement now?
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 | |
$test = new WC_Product($id); | |
$test->variable_product_sync(); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment