Support

Account

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 🙂