next_comments_link( string $label = , int $max_page )

In this article

Displays the link to the next comments page.

Parameters

$labelstringoptional
Label for link text.

Default:''

$max_pageintoptional
Max page. Default 0.

Source

function next_comments_link( $label = '', $max_page = 0 ) {
	echo get_next_comments_link( $label, $max_page );
}

Changelog

VersionDescription
2.7.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.