Definition:
function wp_title_rss($sep = '»') {}
Display the blog title for display of the feed title.
Parameters
- string $sep: Optional.
Defined filters
- wp_title_rss
apply_filters('wp_title_rss', get_wp_title_rss($sep)
Source code
function wp_title_rss($sep = '»') { echo apply_filters('wp_title_rss', get_wp_title_rss($sep)); }
4177
No comments yet... Be the first to leave a reply!