Home › Forums › Add-ons › Flexible Content Field › Access Nested Flexible Content using get_post_meta › Reply To: Access Nested Flexible Content using get_post_meta
There should be very little difference between get_field() and get_post_meta() for performance in most cases. There are some exceptions to this. It depends on the field and what it is set to return, for example gallery fields that return arrays of image data. ACF function are, for the most part, wrappers for WP functions.
The main difference with using get_post_meta() is that you can deactivate ACF in the admin and the front end of your site will continue to function until you reactivate.
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.