WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about feed_link

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/link-template.php apply_filters 728 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
string $output The feed permalink.
string $feed The feed type. Possible values include 'rss2', 'atom',