WordPress: Fetch custom field value in the right language (WPML)
I created a custom field (using ACF Plugin) called "my_custom_field". Then I use this code to get the value for that custom field which works fine: echo $output = get_post_meta($data['post_id'], "my_custom_field", true); My site have two languages (french and spanish).…