Hi fncll,
Yes it is possible and it is described in FAQ: https://ww.wp.xz.cn/plugins/og/faq/
Marcin
Thread Starter
fncll
(@fncll)
I meant setting a default *only* for images that do not have a featured image set (so that posts don’t end up with two images from which the user has to choose when linking in Facebook).
Hi fncll,
Yes, it is possible, you need to check in “og_og_image_value” filter is_single() and if it is, then use the global $post to obtain post ID. When you have post ID you can check thumbnail and replace a whole array by one, the default value.
Marcin