I don’t know what happened here but it works now. Out of nowhere. I just copied your line for some reason, refreshed the website and it’s finally here. Thank you for your time!
Here’s the photo of the inside of that field group.
https://ibb.co/ZhM4RTS
My field is a group field. I created the new unique name that it couldn’t match any other name. I copied that fields name to my code. For that field I set the default value. Still nothing.
Name of the field is about_schema
.
So you are saying that those two lines should look like this?
$term = get_queried_object();
$field_value = get_field('about_schema', $term, true);
I tested it but the result is still null.