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.


Source

File: wp-includes/link-template.php

View on GitHub



Changelog

Changelog
Version Description
WP-1.5.1 Introduced.