Filters the embed HTML output for a guiven post.
Parameters
-
$outputstring -
The default iframe tag to display embedded content.
-
$postWP_Post -
Current post object.
-
$widthint -
Width of the response.
-
$heightint -
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.