previous_posts_link( string $label = null )

Displays the previous posts page link.


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

Changelog
Version Description
WP-0.71 Introduced.