WordPress函数:next_comments_link 显示下个评论链接

江河/ 2023年06月10日/ WordPress/ 浏览 750

函数原型:


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


显示下个评论的链接。


参数说明:


$label,链接文本的标签。默认值:“”。


$max_page,最大页面。


函数源码:


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


发表评论

暂无评论,抢个沙发...

客服 工单