Forums
(@qx2020xq)
1 year, 1 month ago
I’ve already solved this issue by using rest_post_dispatch and checking inside /wp/v2/search whether ct_featured_media['source_url'] is empty. If it is, I add the value from get_post_meta($post_id, '_harikrutfiwu_url', true);.
rest_post_dispatch
/wp/v2/search
ct_featured_media['source_url']
get_post_meta($post_id, '_harikrutfiwu_url', true);