Home › Forums › Add-ons › Flexible Content Field › Flex duplicate content › Reply To: Flex duplicate content
Hi @renee
Could you please var_dump()
the flexible content like the following?
var_dump(get_field('digital_sections'));
If that doesn’t show the data, could you please add the ID of the post like this:
var_dump(get_field('digital_sections', 99));
Where ’99’ is the post ID where the flexible content is set.
Thanks 🙂
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.