wpseek.com
A WordPress-centric search engine for devs and theme authors



get_comments_pagenum_link › WordPress Filter Hooks

Since2.7.0
Deprecatedn/a
apply_filters( 'get_comments_pagenum_link', $result )
Parameters:
  • (string) $result The comments page number link.
    Required: Yes
Defined at:
Codex:

Filters the comments page number link for the current request.





Source

return apply_filters( 'get_comments_pagenum_link', $result );