get_boundary_post_rel_link()
get_boundary_post_rel_link( string $title = ‘%title’, bool $in_same_cat = false, string $excluded_categories = ”, bool $start = true )
获取边界后关系链接。
Get boundary post relational link.
说明(Description)
可以是开始或结束后关系链接。
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$title | (string) | 可选 | 链接标题格式。 |
$in_same_cat | (bool) | 可选 | 链接是否应在同一类别中。 |
$excluded_categories | (string) | 可选 | 排除的类别ID。 |
$start | (bool) | 可选 | 是显示到第一篇还是最后一篇文章的链接。 |
返回(Return)
(string)
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.3.0 | wp-includes/deprecated.php:2669 | 1 function | 9 |
get_boundary_post_rel_link() 为WP2原创文章,链接:https://www.wp2.cn/functions/get_boundary_post_rel_link/