get_page_of_comment
apply_filters( ‘get_page_of_comment’, int $page, array …
apply_filters( ‘get_page_of_comment’, int $page, array $args, array $original_args, int $comment_ID )
筛选挂钩:筛选出现批注的计算页。
Filter Hook: Filters the calculated page on which a comment appears.
目录锚点:#参数#源码
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$page | (int) | 评论页。 |
$args | (array) | 用于计算分页的参数。这些参数包括根据查询变量、系统设置等由函数自动检测的参数。有关传递给函数的原始参数,请参阅$original_args’键入’(string)要计数的注释类型。 |
‘page'(int) Calculated current page. | ‘per_page’(int) Calculated number of comments per page. | “max_depth”(int)允许的最大注释线程深度。 |
$original_args | (array) | 传递给函数的参数数组。这些部分或全部可能都无法设置键入’(string)要计数的注释类型。 |
‘page'(int) Current comment page. | ‘per_page’(int) Number of comments per page. | “max_depth”(int)允许的最大注释线程深度。 |
$comment_ID | (int) | 注释的ID。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.7.0 | wp-includes/comment.php:1156 | 1 | 0 |
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!