author_feed_link WordPress Filter Hook
The author_feed_link Wordpress hook allows you to add a link to an author's feed to their author bio. This is a great way to keep your readers up-to-date with your latest content, and it also allows you to show your appreciation for the author's work.
apply_filters( 'author_feed_link', string $link , string $feed ) #
Filters the feed link for a given author.
Parameters
- $link
(string)The author feed link.
- $feed
(string)Feed type. Possible values include 'rss2', 'atom'.
Source
Changelog
Version | Description |
---|---|
1.5.1 | Introduced. |