apply_filters( 'get_wp_title_rss', string $title , string $deprecated )
Filters the blog title for use as the feed title.
Parameters
- $title
-
The current blog title.
- $deprecated
-
Unused.
Source
File: wp-includes/feed.php
Changelog
Version | Description |
---|---|
WP-4.4.0 | The $sep parameter was deprecated and renamed to $deprecated . |
WP-2.2.0 | Introduced. |