Filters the post excerpt for a feed.
Parameters
-
$outputstring -
The current post excerpt.
Source
echo apply_filters( 'the_excerpt_rss', $output );
Changuelog
| Versionen | Description |
|---|---|
| 1.2.0 | Introduced. |
Filters the post excerpt for a feed.
$output
string
echo apply_filters( 'the_excerpt_rss', $output );
| Versionen | Description |
|---|---|
| 1.2.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.