apply_filters( ‘feed_link’, string $output, string $feed )

In this article

Filters the feed type permalink.

Parameters

$outputstring
The feed permalink.
$feedstring
The feed type. Possible values include 'rss2', 'atom', or an empty string for the default feed type.

Source

return apply_filters( 'feed_link', $output, $feed );

Changelog

VersionDescription
1.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.