get_comments_pagenum_link WordPress Filter Hook
The get_comments_pagenum_link WordPress hook is used to retrieve the URL for a specific page of comments. This hook is useful for creating paginated comment lists.
apply_filters( 'get_comments_pagenum_link', string $result ) #
Filters the comments page number link for the current request.
Parameters
- $result
(string)The comments page number link.
Source
Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |