wpseek.com
WordPress开发者和主题制作者的搜索引擎



get_comments_pagenum_link › WordPress过滤钩子

Since2.7.0
已弃用n/a
apply_filters( 'get_comments_pagenum_link', $result )
参数:
  • (string) $result The comments page number link.
    Required: Yes
定义在:
文档:

Filters the comments page number link for the current request.





源码

return apply_filters( 'get_comments_pagenum_link', $result );