next_comments_link( string $label = '', int $max_page )
Displays the link to the next comments page.
Description
Parameters
- $label
-
(string) (Optional) Label for link text.
Default value: ''
- $max_page
-
(int) (Optional) Max page. Default 0.
Source
File: wp-includes/link-template.php
function next_comments_link( $label = '', $max_page = 0 ) { echo get_next_comments_link( $label, $max_page ); }
Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |