WC_Product_Grouped::get_visible_childrenpublicWC 9.8.0

Return the product's children - visible only.

Method of the class: WC_Product_Grouped{}

No Hooks.

Returns

WC_Product[]. Child products

Usage

$WC_Product_Grouped = new WC_Product_Grouped();
$WC_Product_Grouped->get_visible_children();

Changelog

Since 9.8.0 Introduced.

WC_Product_Grouped::get_visible_children() code WC 10.8.1

public function get_visible_children() {
	return $this->get_primed_visible_children();
}