wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



next_comments_link › WordPress Function

Da2.7.0
Deprecaton/a
next_comments_link ( $label = '', $max_page = 0 )
Parametri: (2)
  • (string) $label Optional. Label for link text. Default empty.
    Richiesto: No
    Default: (vuoto)
  • (int) $max_page Optional. Max page. Default 0.
    Richiesto: No
    Default:
Definito a:
Codex:

Displays the link to the next comments page.



Sorgenti

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