首頁 > 問答 > 主體
當使用 WooCommerce 透過 REST-API 建立訂單時,我需要觸發掛鉤。
我嘗試過的鉤子如下,但沒有一個起作用。
save_post_shop_order woocommerce_api_create_order woocommerce_new_order woocommerce_thankyou woocommerce_rest_prepare_shop_order_object
P粉4156323192024-03-29 11:51:30
rest_insert_shop_order 使用此掛鉤。
rest_insert_shop_order
透過 REST API 建立或更新單一貼文後觸發.