On this page
apply_filters( 'the_excerpt_embed', string $output )
Filters the post excerpt for the embed template.
Parameters
$outputstring-
The current post excerpt.
Source
File: wp-includes/embed.php. View all references
echo apply_filters( 'the_excerpt_embed', $output );
Related
Used By
| Used By | Description |
|---|---|
| the_excerpt_embed() wp-includes/embed.php | Displays the post excerpt for the embed template. |
Changelog
| Version | Description |
|---|---|
| 4.4.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/the_excerpt_embed