the_title_rss

函数


the_title_rss ( No parameters )
定义位置
  • wp-includes/feed.php
    , line 174
引入
0.71
弃用

Displays the post title in the feed.

function the_title_rss() {
	echo get_the_title_rss();
}