Filter hook 'get_wp_title_rss'

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

Description

Filters the blog title for use as the feed title.

Occurrences

Filename Line Number
wp-includes/feed.php 118

Parameters

Type Name Description
string $title The current blog title.
string $deprecated Unused.

PHP Doc

/**
	 * Filters the blog title for use as the feed title.
	 *
	 * @since 2.2.0
	 * @since 4.4.0 The `$sep` parameter was deprecated and renamed to `$deprecated`.
	 *
	 * @param string $title      The current blog title.
	 * @param string $deprecated Unused.
	 */