Answer the question
In order to leave comments, you need to log in
How to get custom field value from Woocommerce ORDER page?
I send an order confirmation letter, you need to send the address of the pick-up point to the client by mail.
The next option doesn't work!
$metas = get_post_meta( $post->ID );
if( isset($metas['boxberry_address']) ){
echo 'Мета поле "boxberry_address" существует, не важно какое там значение.';
echo $metas['boxberry_address'];
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question