WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about embed_html

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/embed.php apply_filters 532 /**
* Filters the embed HTML output for a given post.
*
* @since 4.4.0
*
* @param string $output The default iframe tag to display embedded content.
* @param WP_Post $post Current post object.
* @param int $width Width of the response.
* @param int $height Height of the response.
*/

Hook Parameters

Parameter Type Name Description
string $output The default iframe tag to display embedded content.
WP_Post $post Current post object.
int $width Width of the response.
int $height Height of the response.