WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Function Reference/previous comments link

Description

Display the previous comments page link.

Usage

<?php previous_comments_link$label ?>

Parameters

$label
(string) (optional) Label for comments link text.
Default: ''

Return Values

(void) 
This function does not return a value.

Examples

Notes

Change Log

Since: 2.7.0

Source File

previous_comments_link() is located in wp-includes/link-template.php.

Related

See also index of Function Reference and index of Template Tags.