WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about the_feed_link

Back to home

Files

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

Hook Parameters

Parameter Type Name Description
string $link The complete anchor tag for a feed link.
string $feed The feed type. Possible values include 'rss2', 'atom',