Displays the link to the next comments page.
Parameters
$label
stringoptional- Label for link text.
Default:
''
$max_page
intoptional- Max page. Default 0.
Source
function next_comments_link( $label = '', $max_page = 0 ) {
echo get_next_comments_link( $label, $max_page );
}
Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.