Definition:
function the_title_rss() {}
Display the post title in the feed.
Source code
function the_title_rss() { echo get_the_title_rss(); }
3055
Definition:
function the_title_rss() {}
function the_title_rss() { echo get_the_title_rss(); }
3055
No comments yet... Be the first to leave a reply!