wp_title_rss WordPress Filter Hook

The wp_title_rss hook is used to filter the RSS title.

apply_filters( 'wp_title_rss', string $wp_title_rss, string $deprecated ) #

Filters the blog title for display of the feed title.


Description

Top ↑

See also


Top ↑

Parameters

$wp_title_rss

(string)The current blog title.

$deprecated

(string)Unused.


Top ↑

Source

File: wp-includes/feed.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
4.4.0The $sep parameter was deprecated and renamed to $deprecated.
2.2.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.