get_next_post_link()
get_next_post_link( string $format = ‘%link »…
get_next_post_link( string $format = ‘%link »’, string $link = ‘%title’, bool $in_same_term = false, array|string $excluded_terms = ”, string $taxonomy = ‘category’ )
检索与当前文章相邻的下一个文章链接。
Retrieves the next post link that is adjacent to the current post.
目录锚点:#参数#返回#源码
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$format | (string) | 可选 | 链接定位格式。默认“~%链接”。 |
$link | (string) | 可选 | 链接永久链接格式。 |
$in_same_term | (bool) | 可选 | 链接是否应该在同一个分类术语中。 |
$excluded_terms | (array | string) | 可选 | 排除的术语ID的数组或逗号分隔列表。 |
$taxonomy | (string) | 可选 | 分类法,如果$in_相同的术语是真的。 |
返回(Return)
(string)下一篇文章相对于当前文章的链接URL。
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.7.0 | wp-includes/link-template.php:2117 | 2 | 1 function |
类别:WordPress 函数手册、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!