woocommerce_get_children filter from 2.2

This commit is contained in:
Manos Psychogyiopoulos 2014-10-01 19:42:20 +03:00
parent 0a7a72c3ca
commit 0966519adc
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ class WC_Product_Variable extends WC_Product {
$children = $this->children;
}
return $children;
return apply_filters( 'woocommerce_get_children', $children, $this );
}
/**