I have created a site that uses image custom fields. I need to provide the data, all the ACF data, to someone, including the URL of where the ACF images are. The custom post type is Artists, and there are 2 custom fields for each artist: Banner Image, and Bio Image.
I looked at wp_posts, and wp_postmeta tables, and can find acf fields, but not the data itself.
Which table stores this data, please?
Thank you.
The images are stored the same way all images are stored in WP. For image fields ACF stores only the attachment (post) ID for the image.