get_wp_title_rss

Advertisement

Summery Summery

Filters the blog title for use as the feed title.

Syntax Syntax

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

Parameters Parameters

$title

The current blog title.

$deprecated

Unused.

Source Source

File: wp-includes/feed.php

Advertisement

Changelog Changelog

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

Advertisement

Leave a Reply