I tried all these get_post_meta:
"Order ID - ".$order_id." <\br> ".
"Meta Order ID 1 > ".get_post_meta($order_id, 'instagram', true)." <\br> ".
"Meta Order ID 2 > ".get_post_meta($order_id, 'wccaf_instagram', true)." <\br> ".
"Meta Order ID 3 > ".get_post_meta($order_id, 'wccpf_instagram', true)." <\br> ".
"Meta Order ID 4 > ".get_post_meta($order_id, 'attribute_instagram', true)." <\br> ".
"Meta Order ID 5 > ".get_post_meta($order_id, 'attribute_wccaf_instagram', true)." <\br> ".
"Meta Order ID 6 > ".get_post_meta($order_id, 'attribute_wccpf_instagram', true)." <\br> ".
"Product ID - ".$product_id." <\br> ".
"Meta Product ID 1 > ".get_post_meta($product_id, 'instagram', true)." <\br> ".
"Meta Product ID 2 > ".get_post_meta($product_id, 'wccaf_instagram', true)." <\br> ".
"Meta Product ID 3 > ".get_post_meta($product_id, 'wccpf_instagram', true)." <\br> ".
"Meta Product ID 4 > ".get_post_meta($product_id, 'attribute_instagram', true)." <\br> ".
"Meta Product ID 5 > ".get_post_meta($product_id, 'attribute_wccaf_instagram', true)." <\br> ".
"Meta Product ID 6 > ".get_post_meta($product_id, 'attribute_wccpf_instagram', true)." <\br> ".
"Variation ID - ".$item['variation_id']." <\br> ".
"Meta Order ID 1 > ".get_post_meta($item['variation_id'], 'instagram', true)." <\br> ".
"Meta Order ID 2 > ".get_post_meta($item['variation_id'], 'wccaf_instagram', true)." <\br> ".
"Meta Order ID 3 > ".get_post_meta($item['variation_id'], 'wccpf_instagram', true)." <\br> ".
"Meta Order ID 4 > ".get_post_meta($item['variation_id'], 'attribute_instagram', true)." <\br> ".
"Meta Order ID 5 > ".get_post_meta($item['variation_id'], 'attribute_wccaf_instagram', true)." <\br> ".
"Meta Order ID 6 > ".get_post_meta($item['variation_id'], 'attribute_wccpf_instagram', true)
The $product_id , $order_id and $item[‘variation_id’] are all ok, but all the get_post_meta did not show me anything.