函数原型
previous_posts_link( string $label = null )
函数描述
Displays the previous posts page link.
是否弃用
未弃用
函数参数
-
$label
string
Optional - Previous page link text.
Default:
null
函数返回值
无
函数位置
File: wp-includes/link-template.php.
函数源码
function previous_posts_link( $label = null ) {
echo get_previous_posts_link( $label );
}
源码链接
变更日志
| Version | Description |
|---|---|
| 0.71 | Introduced. |

