get_tag_feed_link
get_tag_feed_link ( $tag, $feed = '' )
Parameters:- (int|WP_Term|object) tag The ID or term object whose feed link will be retrieved.
- (string) feed Optional. Feed type. Possible values include 'rss2', 'atom'. Default is the value of get_default_feed().
Returns:- (string) The feed permalink for the given tag.
Defined at: - Introduced in WordPress: 2.3.0
- Deprecated in WordPress: —
Description
Retrieves the permalink for a tag feed.