the_title_rss
Display the post title in the feed.
Description
the_title_rss();
Usage
if ( !function_exists( 'the_title_rss' ) ) { require_once ABSPATH . WPINC . '/feed.php'; } // NOTICE! Understand what this does before running. $result = the_title_rss();
Defined (1)
The function is defined in the following location(s).
- /wp-includes/feed.php
- function the_title_rss() {
- echo get_the_title_rss();
- }