Filters the feed type permalink.
Parameters
$outputstring- The feed permalink.
$feedstring- The feed type. Possible values include
'rss2','atom', or an empty string for the default feed type.
Source
return apply_filters( 'feed_link', $output, $feed );
Changelog
| Version | Description |
|---|---|
| 1.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.