previous_posts_link

函数


previous_posts_link ( $label = null )
参数
  • (string)
    $label
    Optional. Previous page link text.
    Required:
    Default: null
定义位置
  • wp-includes/link-template.php
    , line 2608
引入
0.71
弃用

Displays the previous posts page link.

function previous_posts_link( $label = null ) {
	echo get_previous_posts_link( $label );
}