Filters the post excerpt for the embed template.
Parameters
$output
string- The current post excerpt.
Source
echo apply_filters( 'the_excerpt_embed', $output );
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |
Filters the post excerpt for the embed template.
$output
stringecho apply_filters( 'the_excerpt_embed', $output );
Version | Description |
---|---|
4.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.