WC_Product::get_children
Returns the children IDs if applicable. Overridden by child classes.
Method of the class: WC_Product{}
No Hooks.
Returns
Array. of IDs
Usage
$WC_Product = new WC_Product(); $WC_Product->get_children();
WC_Product::get_children() WC Product::get children code WC 10.3.6
public function get_children() {
return array();
}