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

Filters the category feed link.


Parameters

$link

The category 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.