Description
Filters the feed link for a taxonomy other than 'category' or 'post_tag'.
Occurrences
Filename | Line Number |
---|---|
wp-includes/link-template.php | 1004 |
Parameters
Type | Name | Description |
---|---|---|
string | $link | The taxonomy feed link. |
string | $feed | Feed type. Possible values include 'rss2', 'atom'. |
string | $taxonomy | The taxonomy name. |
PHP Doc
/**
* Filters the feed link for a taxonomy other than 'category' or 'post_tag'.
*
* @since 3.0.0
*
* @param string $link The taxonomy feed link.
* @param string $feed Feed type. Possible values include 'rss2', 'atom'.
* @param string $taxonomy The taxonomy name.
*/