bloginfo_rss

bloginfo_rss

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('bloginfo_rss') is found 1 times:

  • /wp-includes/feed.php line 67
    	 *
    	 * @param string $rss_container RSS container for the blog information.
    	 * @param string $show          The type of blog information to retrieve.
    	 */
    	echo apply_filters( 'bloginfo_rss', get_bloginfo_rss( $show ), $show );
    }
    
    /**
     * Retrieves the default feed.
     *
     * The default feed is 'rss2', unless a plugin changes it through the