WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about the_title_rss

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/feed.php apply_filters 166 /**
* Filters the post title for use in a feed.
*
* @since 1.2.0
*
* @param string $title The current post title.
*/
wp-includes/feed-atom-comments.php apply_filters 81 /**
* Fires at the end of the Atom comment feed header.
*
* @since 2.8.0
*/
wp-includes/feed-rss2-comments.php apply_filters 84 /**
* Fires at the end of the RSS2 comment feed header.
*
* @since 2.3.0
*/

Hook Parameters

Parameter Type Name Description
string $title The current post title.