673* @since 3.0.0674*675* @param string$link The complete anchor tag for a feed link.676* @param string$feed The feed type. Possible values include'rss2','atom',677*or an emptystringfor the default feed type.678*/679echoapply_filters('the_feed_link',$link,$feed);680}681682/**683* Retrieves the permalink for the feed type.684*685* @since 1.5.0
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.