79129859

Date: 2024-10-27 03:48:06
Score: 1.5
Natty:
Report link
$terms = get_the_terms ( $product_id, 'product_cat' );
foreach ( $terms as $term ) {
 $cat_id = $term->term_id;
    
}
     
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: mohamad abasi