Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/feed.php | apply_filters | 146 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $wp_title_rss | The current blog title. |
string | $deprecated | Unused. |