Merge pull request #6443 from franticpsyx/master-filter-get_children

Port 'woocommerce_get_children' filter from 2.2-bleeding
This commit is contained in:
Mike Jolley 2014-10-02 10:10:11 +01:00
commit 4f8735a86f
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 );
}
/**