get_author_feed_link
get_author_feed_link ( $author_id, $feed = '' )
Parameters:- (int) author_id Author ID.
- (string) feed Optional. Feed type. Possible values include 'rss2', 'atom'. Default is the value of get_default_feed().
Returns:- (string) Link to the feed for the author specified by $author_id.
Defined at: - Introduced in WordPress: 2.5.0
- Deprecated in WordPress: —
Description
Retrieves the feed link for a given author.Returns a link to the feed for all posts by a given author. A specific feed
can be requested or left blank to get the default feed.