wpseek.com
A WordPress-centric search engine for devs and theme authors



the_comments_navigation › WordPress Function

Since4.4.0
Deprecatedn/a
the_comments_navigation ( $args = array() )
Parameters:
  • (array) $args See get_the_comments_navigation() for available arguments. Default empty array.
    Required: No
    Default: array()
Defined at:
Codex:

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



Source

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