September 19, 2022 at 7:30 pm #35021
Participant
I’ve got it. Perhaps there are others looking for this, so:
To retrieve the pickup time:
get_post_meta($order->id, ‘thwdtp_pickup_time’, true);
To retrieve the pickup date:
get_post_meta($order->id, ‘thwdtp_pickup_datepicker’, true);