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