Support

Account

Home Forums General Issues File field return id instead of array Reply To: File field return id instead of array

  • In almost all cases when you are seeing this happen there is a pre_get_posts filter somewhere that is interfering with ACF queries. This could be in your theme or in another plugin.

    You need to look for these filter actions and disable them to test and find the one that’s causing the issue.