get_tag_feed_link

Definition:
function get_tag_feed_link($tag_id, $feed = '') {}

Retrieve permalink for feed of tag.

Parameters

  • int $tag_id: Tag ID.
  • string $feed: Optional. Feed type.

Source code

function get_tag_feed_link($tag_id, $feed = '') {

	return get_term_feed_link($tag_id, 'post_tag', $feed);

}

1723

One Response to “get_tag_feed_link”

  1. Thanks, this was useful.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: