Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/feed.php | apply_filters | 67 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $rss_container | RSS container for the blog information. |
string | $show | The type of blog information to retrieve. |