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



the_comments_navigation › WordPress Function

Da4.4.0
Deprecaton/a
the_comments_navigation ( $args = array() )
Parametri:
  • (array) $args See get_the_comments_navigation() for available arguments. Default empty array.
    Richiesto: No
    Default: array()
Definito a:
Codex:

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



Sorgenti

function the_comments_navigation( $args = array() ) {
	echo get_the_comments_navigation( $args );
}