v3.5.6
修正
- fix(line-pay): HPOS 新訂單頁 auto-draft 對 null date_created 呼叫 date() fatal
linepay_refund_button_replace掛在woocommerce_order_item_add_action_buttons,HPOS 新訂單頁admin.php?page=wc-orders&action=new建 auto-draft 也會 fire- auto-draft 訂單
get_date_created()回 null,line 345 直接 fatal:Call to a member function date() on null - 加 null guard:
get_date_created()為 null 直接 return,跳過退款 expired 計算
安裝
下載 woomp.zip 後於 WordPress 後台「外掛」→「安裝外掛」上傳,或透過 Plugin Update Checker 自動更新。