apply_filters( ‘the_excerpt_rss’, string $output )

In this article

Filters the post excerpt for a feed.

Parameters

$outputstring
The current post excerpt.

Source

echo apply_filters( 'the_excerpt_rss', $output );

Changelog

VersionDescription
1.2.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.