Filters the oEmbed response data.
$dataarray$postWP_Post$widthint$heightintwp-includes/embed.php:627get_oembed_response_data() * * @param array $data The response data. * @param WP_Post $post The post object. * @param int $width The requested width. * @param int $height The calculated height. */ return apply_filters( 'oembed_response_data', $data, $post, $width, $height );} /** * Retrieves the oEmbed response data for a given URL. *Introduced in 4.4.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.