显示指向上一个注释页面的链接。
原型
previous_comments_link( string $label = '' )
参数
$label
(string)
(Optional)
评论标签链接文本。
源文件
路径:wp-includes/link-template.php
<?php
...
function previous_comments_link( $label = '' ) {
echo get_previous_comments_link( $label );
}
...
?>
其他
英文文档:https://developer.wordpress.org/reference/functions/previous_comments_link/