wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



next_comments_link › WordPress Function

Seit2.7.0
Veraltetn/v
next_comments_link ( $label = '', $max_page = 0 )
Parameter: (2)
  • (string) $label Optional. Label for link text. Default empty.
    Erforderlich: Nein
    Standard: (leer)
  • (int) $max_page Optional. Max page. Default 0.
    Erforderlich: Nein
    Standard:
Definiert in:
Codex:

Displays the link to the next comments page.



Quellcode

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