Skip to content

Instantly share code, notes, and snippets.

@sirwan
Created August 23, 2018 20:39
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 sirwan/6bf7723c8eaa3a2c6ef7eff552c6c467 to your computer and use it in GitHub Desktop.
Save sirwan/6bf7723c8eaa3a2c6ef7eff552c6c467 to your computer and use it in GitHub Desktop.
Fetch child products in grouped products woocommerce
$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