get_previous_comments_link() WP 1.0
Retrieves the link to the previous comments page.
Works based on: get_comments_pagenum_link()
1 time = 0.00019s = fast | 50000 times = 2.7s = fast
Hooks from the function
Return
String/null. HTML-formatted link for the previous page of comments.
Usage
get_previous_comments_link( $label );
- $label(string)
- Label for comments link text.
Default: ''
Changelog
Since 2.7.1 | Introduced. |
Code of get_previous_comments_link() get previous comments link WP 5.6
Related Functions
From tag: Comments pagination (navigation)
More from tag: Link (tag A in HTML)
More from category: Comments
- cancel_comment_reply_link()
- comment_author_email_link()
- comment_form()
- comment_form_title()
- comment_id_fields()
- comment_text()
- comment_type()
- comments_link()
- comments_number()
- comments_popup_link()
- get_avatar()
- get_avatar_data()
- get_avatar_url()
- get_cancel_comment_reply_link()
- get_comment()
- get_comment_author_email()
- get_comment_reply_link()
- get_comment_text()
- get_comment_type()
- get_comments()
- get_comments_link()
- get_comments_number()
- get_edit_comment_link()
- get_the_comments_pagination()
- is_comment_feed()
- is_trackback()
- sanitize_comment_cookies()
- wp_allow_comment()
- wp_count_comments()
- wp_delete_comment()