previous_posts_link()
Displays the previous posts page link.
No Hooks.
Return
null
. Nothing.
Usage
previous_posts_link( $label );
- $label(string)
- Previous page link text.
Default: null
Changelog
Since 0.71 | Introduced. |
Code of previous_posts_link() previous posts link WP 5.9.3
function previous_posts_link( $label = null ) { echo get_previous_posts_link( $label ); }