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



the_comments_pagination › WordPress Function

Seit4.4.0
Veraltetn/v
the_comments_pagination ( $args = array() )
Parameter:
  • (array) $args See get_the_comments_pagination() for available arguments. Default empty array.
    Erforderlich: Nein
    Standard: array()
Definiert in:
Codex:

Displays a paginated navigation to next/previous set of comments, when applicable.



Quellcode

function the_comments_pagination( $args = array() ) {
	echo get_the_comments_pagination( $args );
}