On this page
next_comments_link( string $label = '', int $max_page )
Displays the link to the next comments page.
Parameters
$labelstring Optional-
Label for link text.
Default:
'' $max_pageint Optional-
Max page. Default 0.
Source
File: wp-includes/link-template.php. View all references
function next_comments_link( $label = '', $max_page = 0 ) {
echo get_next_comments_link( $label, $max_page );
}
Related
Uses
| Uses | Description |
|---|---|
| get_next_comments_link() wp-includes/link-template.php | Retrieves the link to the next comments page. |
Changelog
| Version | Description |
|---|---|
| 2.7.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/next_comments_link