meta_query filter posts that has og:image?
-
Hello,
how to filter posts that has og:image?
It is easy to filter for featured image:meta_query' => array( array( 'key' => '_thumbnail_id', 'compare' => 'EXISTS' )
But how to filter it for posts that have og:image (Facebook image)?
Also, how to get that image in php with post ID?
Is there something similar like for thumbnail:
get_the_post_thumbnail_url()
Thank you.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘meta_query filter posts that has og:image?’ is closed to new replies.