woocommerce_get_children, $this->children, $this, false
woocommerce_get_children, $this->children, $this, false
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_get_children, $this->children, $this, false') is found 1 times:
- /includes/class-wc-product-variable.php line 235
$this->set_children( $children['all'] ); $this->set_visible_children( $children['visible'] ); } return apply_filters( 'woocommerce_get_children', $this->children, $this, false ); } /** * Return a products child ids - visible only. * * This is lazy loaded as it's not used often and does require several queries.