next_comments_link()

最后更新于:2021-11-27 17:25:06

next_comments_link( string$label=”, int$max_page)

Displays the link to the next comments page.

参数

$label

(string) (Optional) Label for link text.

Default value: ”

$max_page

(int) (Optional) Max page. Default 0.

源文件

文件: gc-includes/link-template.php

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