wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



the_comments_navigation › WordPress Function

Depuis4.4.0
Dépréciéen/a
the_comments_navigation ( $args = array() )
Paramètres:
  • (array) $args See get_the_comments_navigation() for available arguments. Default empty array.
    Requis: Non
    Défaut: array()
Défini(e) dans:
Codex:

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



Source

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