$terms = get_the_terms( $product_id, 'product_cat' ); foreach ($terms as $term) { $product_cat_id[] = $term->term_id; }