Description
Filters the embed HTML output for a given post.
Occurrences
Filename | Line Number |
---|---|
wp-includes/embed.php | 534 |
Parameters
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. |
PHP Doc
/**
* 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.
*/