woocommerce_get_children filter from 2.2
This commit is contained in:
parent
0a7a72c3ca
commit
0966519adc
|
@ -166,7 +166,7 @@ class WC_Product_Variable extends WC_Product {
|
|||
$children = $this->children;
|
||||
}
|
||||
|
||||
return $children;
|
||||
return apply_filters( 'woocommerce_get_children', $children, $this );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue