wpseek.com
A WordPress-centric search engine for devs and theme authors



previous_comments_link › WordPress Function

Since2.7.0
Deprecatedn/a
previous_comments_link ( $label = '' )
Parameters:
  • (string) $label Optional. Label for comments link text. Default empty.
    Required: No
    Default: (empty)
Defined at:
Codex:

Displays the link to the previous comments page.



Source

function previous_comments_link( $label = '' ) {
	echo get_previous_comments_link( $label );
}