previous_comments_link( string $label = '' )

Displays the link to the previous comments page.


Parameters

$label

(string) (Optional) Label for comments link text.

Default value: ''


Source

File: wp-includes/link-template.php

function previous_comments_link( $label = '' ) {
	echo get_previous_comments_link( $label );
}


Changelog

Changelog
Version Description
WP-2.7.0 Introduced.