Core Function
View Source on Trac ↗ get_next_comments_link()
get_next_comments_link( mixed $label = '', mixed $max_page = 0, mixed $page = null ) Retrieves the link to the next comments page.
Parameters 1 required
| Name / Type | Description |
|---|---|
| $label string | Optional. Label for link text. Default empty. |
| $max_page int | Optional. Max page. Default 0. |
| (int | | null) $page Optional. Page number. Default null. Required |
Return Value
((string)
| void) HTML-formatted link for the next page of comments.
Function Information
Since Version
2.7.1
Source File
wp-includes/link-template.php
Advertisement