get_next_comments_link
get_next_comments_link ( $label = '', $max_page = 0, $page = null )
Parameters:- (string) label Optional. Label for link text. Default empty.
- (int) max_page Optional. Max page. Default 0.
- (int|null) page Optional. Page number. Default null.
Returns:- (string|void) HTML-formatted link for the next page of comments.
Defined at:Change Log: - Introduced in WordPress: 2.7.1
- Deprecated in WordPress: —
Description
Retrieves the link to the next comments page.