Home › Forums › ACF PRO › Get all field groups related to post › Reply To: Get all field groups related to post
These functions are not documented. They are basically internal ACF functions that I know about from digging around in the code. This is how ACF gets the field groups and fields. Using them at the wrong time can also cause issues if you’re not careful. In particular, if you want to change the settings of a field group or field after you’ve called these functions you’ll need to manually clear the cached versions. These functions store the results in a cache so that the fields do not need to be retrieved from the database again. But since the values are cached any changes to them are not updated.
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.