Filter hook 'get_bloginfo_rss'

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

Description

Filters the bloginfo for use in RSS feeds.

Occurrences

Filename Line Number
wp-includes/feed.php 40

Parameters

Type Name Description
string $info Converted string value of the blog information.
string $show The type of blog information to retrieve.

PHP Doc

/**
	 * Filters the bloginfo for use in RSS feeds.
	 *
	 * @since 2.2.0
	 *
	 * @see convert_chars()
	 * @see get_bloginfo()
	 *
	 * @param string $info Converted string value of the blog information.
	 * @param string $show The type of blog information to retrieve.
	 */