2020-05-01 / 3104阅 / 悠然
Retrieves the feed link for a term.
Returns a link to the feed for all posts in a given term. A specific feed can be requested or left blank to get the default feed.
(int)
(Required)
Term ID.
(string)
(Optional)
Taxonomy of $term_id.
Default value: 'category'
(string)
(Optional)
Feed type. Possible values include 'rss2', 'atom'. Default is the value of get_default_feed().
Default value: ''
(string|false) Link to the feed for the term specified by $term_id and $taxonomy.