W3cubDocs

/WordPress

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

Filters the embed HTML output for a given 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

File: wp-includes/embed.php

View on Trac

Changelog

Version Description
4.4.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/embed_html