apply_filters( 'the_excerpt_rss', string $output )

Filters the post excerpt for a feed.


Parameters

$output string
The current post excerpt.

Top ↑

Source

File: wp-includes/feed.php. View all references

echo apply_filters( 'the_excerpt_rss', $output );


Top ↑

Changelog

Changelog
Version Description
1.2.0 Introduced.

Top ↑

User Contributed Notes

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