I have a TON of images to add to a website’s product pages, but the only thing I have to tie them to the product they need adding to is the folder that they’re uploaded into. e.g.:
“wp-content/uploads/CODE1/IMG”
Ties to the page with ID CODE1.
Is there a way that I can use update_field() to update an image field using the URL of the image?