Thread Starter
perg
(@perg)
I clarification, what i also really want to do is to set the external URL in
wp_postmeta.fifu_image_url
Which currently only get the internal url.
If i overwrite the value with external url, i get he desired result.
—- Fetching fifu_image_url for a specific product—-
SELECT meta_value FROM wp_postmeta where post_id = {$id} and meta_key = ‘fifu_image_url’ LIMIT 1