0) : $valid = false; if (sizeof(woocommerce_cart::$cart_contents)>0) : foreach (woocommerce_cart::$cart_contents as $item_id => $values) : if (in_array($item_id, $coupon['products'])) : $valid = true; endif; endforeach; endif; return $valid; endif; return true; } }