Description
Filters the feed link anchor tag.
Occurrences
Filename | Line Number |
---|---|
wp-includes/link-template.php | 679 |
Parameters
Type | Name | Description |
---|---|---|
string | $link | The complete anchor tag for a feed link. |
string | $feed | The feed type. Possible values include 'rss2', 'atom', or an empty string for the default feed type. |
PHP Doc
/**
* Filters the feed link anchor tag.
*
* @since 3.0.0
*
* @param string $link The complete anchor tag for a feed link.
* @param string $feed The feed type. Possible values include 'rss2', 'atom',
* or an empty string for the default feed type.
*/