add_filter( ‘embed_oembed_html’, ‘cyb_oembed_html’ ); function cyb_oembed_html( $output ) { return ‘‘ . $output . ‘‘; }