Filter hook 'bloginfo_rss'

in WP Core File wp-includes/feed.php at line 67

Description

Filters the bloginfo for display in RSS feeds.

Occurrences

Filename Line Number
wp-includes/feed.php 67

Parameters

Type Name Description
string $rss_container RSS container for the blog information.
string $show The type of blog information to retrieve.

PHP Doc

/**
	 * Filters the bloginfo for display in RSS feeds.
	 *
	 * @since 2.1.0
	 *
	 * @see get_bloginfo()
	 *
	 * @param string $rss_container RSS container for the blog information.
	 * @param string $show          The type of blog information to retrieve.
	 */