[ad_1]
I want to display child terms of two specific parents with ID 36 and 37
I use this function
$categories = get_term_children(array(37,36),'product_cat');
but it doesn’t work for an array :/
can anyone help me please
Thanks in advance
[ad_2]