Home › Forums › Backend Issues (wp-admin) › How to retrieve field type keys and default values? › Reply To: How to retrieve field type keys and default values?
If you want to get information about a field that’s not created yet for a particular post, then you need to use get_field_object() using the field key.
The load_field filter can be used to get the information when a field is loaded https://www.advancedcustomfields.com/resources/acfload_field/
ACF will never rename a field key once it’s create. Unless Elliot decides to completely rework everything about the way ACF works.
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.