Uses
| Uses | Description | 
|---|---|
| wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. | 
| wp-includes/feed.php: the_title_rss | Filters the post title for use in a feed. | 
| wp-includes/post-template.php: get_the_title() | Retrieve post title. |