ACF Taxonomy Object term Null [closed]

if I recall correctly, get_field() simply returns the value of the field, not the actual term object. try using this with get_term() (or get_term_by() depending on your needs/preference).