get_bloginfo_rss

get_bloginfo_rss

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('get_bloginfo_rss') is found 1 times:

  • /wp-includes/feed.php line 40
    	 *
    	 * @param string $info Converted string value of the blog information.
    	 * @param string $show The type of blog information to retrieve.
    	 */
    	return apply_filters( 'get_bloginfo_rss', convert_chars( $info ), $show );
    }
    
    /**
     * Displays RSS container for the bloginfo function.
     *
     * You can retrieve anything that you can using the get_bloginfo() function.
    

See this hook used in plugins: