previous_comments_link( string $label = '' )

Displays the link to the previous comments page.


Description Description


Parameters Parameters

$label

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

Default value: ''


Top ↑

Source Source

File: wp-includes/link-template.php

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

Top ↑

Changelog Changelog

Changelog
Version Description
2.7.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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