Home › Forums › ACF PRO › How to get field metadata (field definition)? › Reply To: How to get field metadata (field definition)?
Get to work with this:
$field = get_field_object($field_key);
echo $field[‘choices’][‘fr’];
A question: are the field key ‘stable’. i.e., they are created/associated when a field is created and then the never changes?
There is way to get the field key from the field name? I would like not to write specifically field keys in the source code….
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.