apply_filters( 'the_excerpt_rss', string $output )

Filters the post excerpt for a feed.


Parameters

$output

(string) The current post excerpt.


Source

File: wp-includes/feed.php

View on GitHub



Changelog

Changelog
Version Description
WP-1.2.0 Introduced.