Description
Filters the oEmbed response data.
Occurrences
Filename | Line Number |
---|---|
wp-includes/embed.php | 609 |
Parameters
Type | Name | Description |
---|---|---|
array | $data | The response data. |
WP_Post | $post | The post object. |
int | $width | The requested width. |
int | $height | The calculated height. |
PHP Doc
/**
* Filters the oEmbed response data.
*
* @since 4.4.0
*
* @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.
*/