$orders = wc_get_orders( array( 'customer_id' => $user_id , 'limit' => '1' ) );. 4. if ( ! empty( $orders ) ) {.
確定! 回上一頁