get_the_comments_pagination()
get_the_comments_pagination( array $args = array() )
检索到下一个/上一个注释集的分页导航(如果适用)。
Retrieves a paginated navigation to next/previous set of comments, when applicable.
说明(Description)
另见函数 paginate_comments_links()
返回(Return)
(string)分页链接的标记。
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
5.3.0 | wp-includes/link-template.php:3095 | 1 function | 4 |
get_the_comments_pagination() 为WP2原创文章,链接:https://www.wp2.cn/functions/get_the_comments_pagination/