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