Skip to content

Instantly share code, notes, and snippets.

@samy
Created August 7, 2017 14:00
Show Gist options
  • Save samy/84745fc3b0a7a4ffe89b5546fcc30a72 to your computer and use it in GitHub Desktop.
Save samy/84745fc3b0a7a4ffe89b5546fcc30a72 to your computer and use it in GitHub Desktop.
function getACFLabel($slug)
{
$translated_post_id = icl_object_id($post->ID,'post',false,ICL_LANGUAGE_CODE);
$field = get_field_object($slug, $translated_post_id);
$value = get_field($slug, $translated_post_id);
return $field['choices'][$value];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment