Hey There I don’t want to use the fields in emails, i need to pull these data to an other plugin’s register fields i tried mosabuas way ($objekt = get_post_meta($order_id, ‘additional_boy’ ); ) or like other fields $additional_boy = $order_data[‘additional_boy’];
but non of em works
Any one knows how can I get my custom fields from other php’s?