Filter hook 'the_excerpt_rss'

in WP Core File wp-includes/feed.php at line 236

Description

Filters the post excerpt for a feed.

Occurrences

Filename Line Number
wp-includes/feed.php 236

Parameters

Type Name Description
string $output The current post excerpt.

PHP Doc

/**
	 * Filters the post excerpt for a feed.
	 *
	 * @since 1.2.0
	 *
	 * @param string $output The current post excerpt.
	 */