wordpress / latest / hooks / the_title_rss.html

apply_filters( 'the_title_rss', string $title )

Filters the post title for use in a feed.

Parameters

$title string
The current post title.

Source

File: wp-includes/feed.php. View all references

return apply_filters( 'the_title_rss', $title );

Used By

Used By Description

Changelog

Version Description
1.2.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/the_title_rss