get_wp_title_rss

get_wp_title_rss

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

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('get_wp_title_rss') is found 1 times:

  • /wp-includes/feed.php line 118
    	 *
    	 * @param string $title      The current blog title.
    	 * @param string $deprecated Unused.
    	 */
    	return apply_filters( 'get_wp_title_rss', wp_get_document_title(), $deprecated );
    }
    
    /**
     * Displays the blog title for display of the feed title.
     *
     * @since 2.2.0