apply_filters( 'author_feed_link', string $link , string $feed )
Filters the feed link for a given author.
Description Description
Parameters Parameters
- $link
-
(string) The author feed link.
- $feed
-
(string) Feed type. Possible values include 'rss2', 'atom'.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.5.1 | Introduced. |