Home › Forums › General Issues › make ACF-fields seo friendly › Reply To: make ACF-fields seo friendly
You can call acf_get_fields() using the field_group key, for example: $fields = get_fields('group_5570c274a5741');
This will return a multidimensional array. You could then look through the array to find all fields of a specific type.
I doubt this would cause any performance issues. This information is cached by ACF so that they will not be re-queried.
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.