get_term_feed_link()
get_term_feed_link( int $term_id, string $taxonomy = ‘c…
get_term_feed_link( int $term_id, string $taxonomy = ‘category’, string $feed = ” )
检索术语的提要链接。
Retrieves the feed link for a term.
目录锚点:#说明#参数#返回#源码#笔记
说明(Description)
返回指向给定术语中所有帖子的源的链接。可以请求特定提要,也可以将其留空以获取默认提要。
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$term_id | (int) | 必需 | 术语ID。 |
$taxonomy | (string) | 可选 | $term_id的分类。 |
$feed | (string) | 可选 | 进给类型。可能的值包括“rss2”、“atom”。Default是get_Default_feed()的值。 |
返回(Return)
(string|false)指向由$term_id和$taxonomy指定的词条的提要的链接。
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.0.0 | wp-includes/link-template.php:854 | 4 | 13 |
笔记(Notes)
使用该代码获取标签的feed链接
类别:WordPress 函数手册、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!