Replies: 0
I need read the customized fields at PHP, i use this code
$order_additional1 =$order_data[‘billing’][‘wooccm11’];
echo ‘1’ . $order_additional1 . ‘<br />’;
where wooccm11 it’s a customized field, and Outcome ”, the field have content, where it’s wrong at my code?
Thanks