Description
Filters the post type archive feed link.
Occurrences
Filename | Line Number |
---|---|
wp-includes/link-template.php | 1392 |
Parameters
Type | Name | Description |
---|---|---|
string | $link | The post type archive feed link. |
string | $feed | Feed type. Possible values include 'rss2', 'atom'. |
PHP Doc
/**
* Filters the post type archive feed link.
*
* @since 3.1.0
*
* @param string $link The post type archive feed link.
* @param string $feed Feed type. Possible values include 'rss2', 'atom'.
*/