jon-c
5/29/2015 - 6:57 PM

get the label of ACF select field instead of value

get the label of ACF select field instead of value

echo get_field_object( 'select_field' )['choices'][ get_field( 'select_field' ) ];