WC_Product::get_children()

Returns the children IDs if applicable. Overridden by child classes.


Description Description


Return Return

(array) of IDs


Top ↑

Source Source

File: includes/abstracts/abstract-wc-product.php

	public function get_children() {
		return array();
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.