Filter hook 'the_title_rss'

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

Description

Filters the post title for use in a feed.

Occurrences

Filename Line Number
wp-includes/feed.php 168
wp-includes/feed-atom-comments.php 84
wp-includes/feed-rss2-comments.php 87

Parameters

Type Name Description
string $title The current post title.

PHP Doc

/**
	 * Filters the post title for use in a feed.
	 *
	 * @since 1.2.0
	 *
	 * @param string $title The current post title.
	 */