How to disable featured image as og:image?


Use “og_allow_to_use_thumbnail” filter and return false.

add_filter( 'og_allow_to_use_thumbnail', '__return_false' );