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