{"id":16040,"date":"2025-12-31T09:50:51","date_gmt":"2025-12-31T17:50:51","guid":{"rendered":"https:\/\/codedcommerce.com\/?page_id=16040"},"modified":"2025-12-31T09:52:55","modified_gmt":"2025-12-31T17:52:55","slug":"stop-bots-creating-draft-orders","status":"publish","type":"woo-code","link":"https:\/\/codedcommerce.com\/woo\/stop-bots-creating-draft-orders\/","title":{"rendered":"Stop bots creating draft orders"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Change <em>_my_special_cookie<\/em> to a cookie that loads on your site, such as Google Analytics, Cloudflare, etc. Beware that the bots can simulate cookies too, so expect to review your setting periodically.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>add_action( 'init', function() {\n\n\t\/\/ Target URIs\n\t$endpoints = &#91;\n\t\t'\/?wc-ajax=checkout',\n\t\t'\/?wc-ajax=ppc-approve-order',\n\t\t'\/?wc-ajax=ppc-create-order',\n\t\t'\/?wc-ajax=ppc-data-client-id',\n\t\t'\/?wc-ajax=update_order_review',\n\t\t'\/checkout',\n\t\t'\/checkout\/',\n\t\t'\/wp-json\/wc\/store\/cart',\n\t\t'\/wp-json\/wc\/store\/checkout',\n\t];\n\tif( empty( $_SERVER&#91;'REQUEST_URI'] ) || in_array( $_SERVER&#91;'REQUEST_URI'], $endpoints ) ) {\n\n\t\t\/\/ Require A Global Site Cookie\n\t\tif( ! is_array( $_COOKIE ) || ! array_key_exists( '_my_special_cookie', $_COOKIE ) ) {\n\t\t\twp_die( 'Suspicious activity detected.' );\n\t\t}\n\t}\n\n}, 10 );<\/code><\/pre>\n","protected":false},"template":"","class_list":["post-16040","woo-code","type-woo-code","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/codedcommerce.com\/wp-json\/wp\/v2\/woo-code\/16040","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codedcommerce.com\/wp-json\/wp\/v2\/woo-code"}],"about":[{"href":"https:\/\/codedcommerce.com\/wp-json\/wp\/v2\/types\/woo-code"}],"wp:attachment":[{"href":"https:\/\/codedcommerce.com\/wp-json\/wp\/v2\/media?parent=16040"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}