previous_posts_link( string $label = null )
Displays the previous posts page link.
Description Description
Parameters Parameters
- $label
-
(string) (Optional) Previous page link text.
Default value: null
Source Source
File: wp-includes/link-template.php
function previous_posts_link( $label = null ) { echo get_previous_posts_link( $label ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
0.71 | Introduced. |
User Contributed Notes User Contributed Notes
You must log in before being able to contribute a note or feedback.
Example