Support

Account

Home Forums General Issues Possible to use custom image url instead of id? Reply To: Possible to use custom image url instead of id?

  • Hi @Nitruc

    ACF will always save the image data as the ID.

    Perhaps you could change your code to see if the value found is_numeric. That way, you know if the value is an ID or a url?

    That, or just use a different name such as ‘image_large’

    Thanks
    E