Support

Account

Home Forums General Issues get_field returning null after update Reply To: get_field returning null after update

  • I am having issues as well with the new version. I use ACF Extended and its function to create a archive page for post types. They use get_field to get data from the archive page like this:
    get_field(‘fieldname’,$posttype’_archive’)

    That doesnt work anymore. I don’t know how they modify the get_field call.

    5.10.2 works like a charm