html embed_html – Hooc | Developer.WordPress.org

apply_filters ( ’embed_html’, string $output , WP_Post $post , int $width , int $height )

Filters the embed HTML output for a guiven post.

Parameters

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

Source

return apply_filters( 'embed_html', $output, $post, $width, $height );

Changuelog

Versionen Description
4.4.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.