140*141* @see get_wp_title_rss()142*143* @param string$wp_title_rss The current blog title.144* @param string$deprecated Unused.145*/146echoapply_filters('wp_title_rss',get_wp_title_rss(),$deprecated);147}148149/**150* Retrieves the current post title for the feed.151*152* @since 2.0.0
History
Introduced in 2.2.0. Unchanged from 6.7.7 through 7.1.0.