apply_filters( 'the_title_rss', string $title )

Filters the post title for use in a feed.


Parameters

$title string
The current post title.

Top ↑

Source

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

return apply_filters( 'the_title_rss', $title );


Top ↑

Changelog

Changelog
Version Description
1.2.0 Introduced.

Top ↑

User Contributed Notes

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