apply_filters( 'the_excerpt_rss', string $output )
Filters the post excerpt for a feed.
Description Description
Parameters Parameters
- $output
-
(string) The current post excerpt.
Source Source
File: wp-includes/feed.php
Changelog Changelog
Version | Description |
---|---|
1.2.0 | Introduced. |