apply_filters( 'get_wp_title_rss', string $title, string $deprecated )

Filters the blog title for use as the feed title.


Description Description


Parameters Parameters

$title

(string) The current blog title.

$deprecated

(string) Unused.


Top ↑

Source Source

File: wp-includes/feed.php

View on Trac


Top ↑

Changelog Changelog

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


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.