previous_comments_link( string $label =  )

In this article

Displays the link to the previous comments page.

Parameters

$labelstringoptional
Label for comments link text.

Default:''

Source

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

Changelog

VersionDescription
2.7.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.