add_filter( 'wpseo_twitter_card_type', function () { return 'summary_large_image'; });add_filter( 'wpseo_twitter_image', function ( $image ) { if ( empty( $image ) && has_post_thumbnail() ) { $image = get_the_post_thumbnail_url( get_the_ID(), 'full' ); } return $image; });