PHP ERRORS
-
code-snippets/php/snippet-ops.php(446) : eval()’d code
on line 5line 5 is : if(!empty($terms))
above error need help thanks
my partly code
$terms = get_the_terms( $product->get_id(), ‘product_cat’ );
$product_categrories = array();
if(!empty($terms))
{ foreach ($terms as $term) {
$product_categrories[] = $term->name;}
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘PHP ERRORS’ is closed to new replies.