Filters the oEmbed response data.
Parameters
$dataarray- The response data.
$postWP_Post- The post object.
$widthint- The requested width.
$heightint- The calculated height.
Source
return apply_filters( 'oembed_response_data', $data, $post, $width, $height );
Changelog
| Version | Description |
|---|---|
| 4.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.