Support

Account

Home Forums Front-end Issues get_field() on an image field returns image ID no matter what Reply To: get_field() on an image field returns image ID no matter what

  • In almost all cases where this happens it is caused by a pre_get_post filter that is effecting the ACF queries for the image field.

    The first step is to figure out where it is. It could be in another plugin or in your theme.