WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about get_bloginfo_rss

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/feed.php apply_filters 40 /**
* 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.
*/

Hook Parameters

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