Filters the embed HTML output for a given post.
$outputstring$postWP_Post$widthint$heightintwp-includes/embed.php:535get_post_embed_html() * * @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. */ return apply_filters( 'embed_html', $output, $post, $width, $height );} /** * Retrieves the oEmbed response data for a given post. * * @since 4.4.0Introduced in 4.4.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.