apply_filters( ‘category_feed_link’, string $link, string $feed )

In this article

Filters the category feed link.

Parameters

$linkstring
The category feed link.
$feedstring
Feed type. Possible values include 'rss2', 'atom'.

Source

$link = apply_filters( 'category_feed_link', $link, $feed );

Changelog

VersionDescription
1.5.1Introduced.

User Contributed Notes

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