{"id":47795,"date":"2022-06-01T14:06:47","date_gmt":"2022-06-01T06:06:47","guid":{"rendered":"http:\/\/www.xyryd.com\/?p=47795"},"modified":"2022-06-03T16:26:32","modified_gmt":"2022-06-03T08:26:32","slug":"wordpress-woocommerce%e6%a3%80%e6%b5%8b%e6%9f%90%e4%b8%aa%e4%ba%a7%e5%93%81id-product-id-%e6%98%af%e5%90%a6%e5%9c%a8%e8%ae%a2%e5%8d%95%e4%b8%ad-%e4%bb%a3%e7%a0%81%e5%ae%9e%e4%be%8b%ef%bf%bc","status":"publish","type":"post","link":"http:\/\/www.xyryd.com\/47795.html","title":{"rendered":"WordPress WooCommerce\u68c0\u6d4b\u67d0\u4e2a\u4ea7\u54c1ID Product ID \u662f\u5426\u5728\u8ba2\u5355\u4e2d \u4ee3\u7801\u5b9e\u4f8b"},"content":{"rendered":"\n

\u5728WordPress\u7684\u4e3b\u9898WooCommerce\u5546\u57ce\u5f00\u53d1\u63d2\u4ef6\u4e2d\uff0c\u6211\u4eec\u9700\u8981\u68c0\u6d4b\u4e00\u4e2a\u4ea7\u54c1id\u662f\u5426\u5728\u67d0\u4e2a\u8ba2\u5355\u4e2d\uff0c\u4e0b\u9762\u6211\u4eec\u8bb0\u5f55\u4e00\u4e0b\u4ee3\u7801\u5b9e\u4f8b<\/p>\n\n\n\n

function check_order_product_id($order_id,$the_product_id)\n{\n    $order = wc_get_order((int)$order_id);\n    $items = $order->get_items();\n    foreach ($items as $item_id => $item) {\n        $product_id = $item->get_variation_id() ? $item->get_variation_id() : $item->get_product_id();\n        if ($product_id === (int)$the_product_id) {\n            return true;\n        }\n    }\n    return false;\n}\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"

\u5728WordPress\u7684\u4e3b\u9898WooCommerce\u5546\u57ce\u5f00\u53d1\u63d2\u4ef6\u4e2d\uff0c\u6211\u4eec\u9700\u8981\u68c0\u6d4b\u4e00\u4e2a\u4ea7\u54c1id\u662f\u5426\u5728\u67d0\u4e2a\u8ba2\u5355\u4e2d\uff0c\u4e0b\u9762 […]<\/p>\n","protected":false},"author":1,"featured_media":47796,"comment_status":"open","ping_status":"closed","sticky":false,"template":"single-with-sidebar","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[341,33,265],"aioseo_notices":[],"_links":{"self":[{"href":"http:\/\/www.xyryd.com\/wp-json\/wp\/v2\/posts\/47795"}],"collection":[{"href":"http:\/\/www.xyryd.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.xyryd.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.xyryd.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.xyryd.com\/wp-json\/wp\/v2\/comments?post=47795"}],"version-history":[{"count":0,"href":"http:\/\/www.xyryd.com\/wp-json\/wp\/v2\/posts\/47795\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/www.xyryd.com\/wp-json\/wp\/v2\/media\/47796"}],"wp:attachment":[{"href":"http:\/\/www.xyryd.com\/wp-json\/wp\/v2\/media?parent=47795"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.xyryd.com\/wp-json\/wp\/v2\/categories?post=47795"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.xyryd.com\/wp-json\/wp\/v2\/tags?post=47795"}],"curies":[{"name":"wp","href":"http:\/\/api.w.org\/{rel}","templated":true}]}}