previous_comments_link

函数
previous_comments_link ( $label = '' )
参数
  • (string) $label Optional. Label for comments link text. Default empty.
    Required:
    Default: (empty)
定义位置
相关方法
get_previous_comments_linkprevious_posts_linkprevious_post_linkprevious_image_linkget_comments_link
引入
2.7.0
弃用
-

previous_comments_link函数是WordPress的一个函数,用来生成一个文章或页面上的前一组评论的HTML链接。它通常用在评论区,为用户提供一个简单的方法来浏览旧的评论。

显示到先前评论页面的链接。

function previous_comments_link( $label = '' ) {
	echo get_previous_comments_link( $label );
}

常见问题

FAQs
查看更多 >