WPDev.one
Core Function
View Source on Trac ↗

the_feed_link()

the_feed_link( mixed $anchor, mixed $feed = '' )

Displays the permalink for the feed type.

Parameters 2 required

Name / Type Description
$anchor
string

The link's anchor text.

Required
string

$feed Optional. Feed type. Possible values include 'rss2', 'atom'. Default is the value of get_default_feed().

Required

Return Value

(void)
No return value description available.

Function Information

Since Version
3.0.0
Source File
wp-includes/link-template.php
Advertisement