WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about author_feed_link

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/link-template.php apply_filters 895 /**
* Filters the feed link for a given author.
*
* @since 1.5.1
*
* @param string $link The author feed link.
* @param string $feed Feed type. Possible values include 'rss2', 'atom'.
*/

Hook Parameters

Parameter Type Name Description
string $link The author feed link.
string $feed Feed type. Possible values include 'rss2', 'atom'.