Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




get_tag_feed_link [ WordPress Function ]

get_tag_feed_link ( $tag_id, $feed = '' )
Parameters:
  • (int) $tag_id Tag ID.
  • (string) $feed Optional. Feed type.
Returns:
  • (string)
Defined at:



Retrieve permalink for feed of tag.

Source


<?php
function get_tag_feed_link($tag_id$feed '') {
    return 
get_term_feed_link($tag_id'post_tag'$feed);
}
?>

Examples [ wp-snippets.com ]

Top Google Search Results

More ...

0 User Note(s)

None yet. Be the first!

Add New ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics