apply_filters( ‘get_bloginfo_rss’, string $info, string $show )

Filters the bloginfo for use in RSS feeds.

Description

See also

Parameters

$infostring
Converted string value of the blog information.
$showstring
The type of blog information to retrieve.

Source

return apply_filters( 'get_bloginfo_rss', convert_chars( $info ), $show );

Changelog

VersionDescription
2.2.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.