Filter hook 'wp_title_rss'

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

Description

Filters the blog title for display of the feed title.

Occurrences

Filename Line Number
wp-includes/feed.php 146

Parameters

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

PHP Doc

/**
	 * Filters the blog title for display of the feed title.
	 *
	 * @since 2.2.0
	 * @since 4.4.0 The `$sep` parameter was deprecated and renamed to `$deprecated`.
	 *
	 * @see get_wp_title_rss()
	 *
	 * @param string $wp_title_rss The current blog title.
	 * @param string $deprecated   Unused.
	 */