1. 首页
  2. WordPress钩子手册

get_comments_pagenum_link

apply_filters( ‘get_comments_pagenum_link’, string $result )

筛选挂钩:筛选当前请求的注释页码链接。
Filter Hook: Filters the comments page number link for the current request.

目录锚点:#参数#源码


参数(Parameters)

参数 类型 说明
$result (string) 评论页码链接。

源码(Source)


更新版本 源码位置 使用 被使用
2.7.0 wp-includes/link-template.php:2851 1 0

get_comments_pagenum_link 为WP2原创文章,链接:https://www.wp2.cn/hook/get_comments_pagenum_link-2/