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



next_comments_link › WordPress Function

Since2.7.0
Deprecatedn/a
next_comments_link ( $label = '', $max_page = 0 )
Parameters: (2)
  • (string) $label Optional. Label for link text. Default empty.
    Required: No
    Default: (empty)
  • (int) $max_page Optional. Max page. Default 0.
    Required: No
    Default:
Defined at:
Codex:

Displays the link to the next comments page.



Source

function next_comments_link( $label = '', $max_page = 0 ) {
	echo get_next_comments_link( $label, $max_page );
}