wp_title_rss

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!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: