apply_filters( 'author_feed_link', string $link, string $feed )

Filters the feed link for a given author.


Parameters

$link

The author feed link.

$feed

Feed type. Possible values include 'rss2', 'atom'.


Source

File: wp-includes/link-template.php

View on GitHub



Changelog

Changelog
Version Description
1.5.1 Introduced.