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