previous_posts_link( string $label = null )
Displays the previous posts page link.
Description
Parameters
- $label
-
(string) (Optional) Previous page link text.
Default value: null
Source
File: wp-includes/link-template.php
function previous_posts_link( $label = null ) { echo get_previous_posts_link( $label ); }
Changelog
Version | Description |
---|---|
0.71 | Introduced. |
Example