Hello,
We are building a custom reviews carousel on our website and we would like to also display the review images uploaded by customers inside the carousel cards.
I noticed that review images can be uploaded through the “Review Images” metabox when editing WooCommerce reviews in the admin area.
In order to correctly retrieve and display those images in our custom implementation, we would like to ask:
1.Under which comment meta key are the review images stored?
2.Are the images saved as attachment IDs, image URLs, or another format (array / serialized data)?
3.Is there a recommended function or method provided by you guys to retrieve review images programmatically?
Thank you in advance!