$orderby,
'order' => $order,
'hide_empty' => $hide_empty,
);
$product_categories = get_terms( 'product_cat', $cat_args );
if($product_categories ):
foreach ($product_categories as $key => $category) {
echo '
';
print_r($product_categories);
echo '';
?>
Testing Testing