WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about oembed_response_data

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/embed.php apply_filters 607 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
array $data The response data.
WP_Post $post The post object.
int $width The requested width.
int $height The calculated height.