On this page
previous_comments_link( string $label = '' )
Displays the link to the previous comments page.
Parameters
$labelstring Optional-
Label for comments link text.
Default:
''
Source
File: wp-includes/link-template.php. View all references
function previous_comments_link( $label = '' ) {
echo get_previous_comments_link( $label );
}
Related
Uses
| Uses | Description |
|---|---|
| get_previous_comments_link() wp-includes/link-template.php | Retrieves the link to the previous comments page. |
Changelog
| Version | Description |
|---|---|
| 2.7.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/previous_comments_link