Created
August 23, 2018 20:39
-
-
Save sirwan/6bf7723c8eaa3a2c6ef7eff552c6c467 to your computer and use it in GitHub Desktop.
Fetch child products in grouped products woocommerce
This file contains hidden or 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
$product_id = 8; | |
$product = wc_get_product($product_id); | |
$product->get_children(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment