Hello, I need to get all the values of the select field. When I use get_field_objects (‘area_of_responsibility’) ;, it displays false to me. Tell me how to be?
You want to use get_field_object() No āsā get_field_objects will get all the meta keys, you just want this one meta.
There are several things that could cause this. More information on the field would be helpful.
Is this a sub field of a repeater, flex, or group field?
Does you post or object you are using this on have a value stored in the database?
What code are you trying to use to show all of the values?