get_comments_pagenum_link

过滤钩子


apply_filters( 'get_comments_pagenum_link', $result )
参数
  • (string)
    $result
    The comments page number link.
    Required:
定义位置
  • wp-includes/link-template.php
    , line 3013
引入
2.7.0
弃用

过滤当前请求的评论页码链接。

return apply_filters( 'get_comments_pagenum_link', $result );