Displays the link to the previous comments page.
Parameters
$label
stringoptional- Label for comments link text.
Default:
''
Source
function previous_comments_link( $label = '' ) {
echo get_previous_comments_link( $label );
}
Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.