the_comments_navigation() – Displays navigation to next/previous set of comments, when applicable.
You appear to be a bot. Output may be restricted
Description
Displays navigation to next/previous set of comments, when applicable.
Usage
the_comments_navigation( $args );
Parameters
- $args
- ( array ) optional – See get_the_comments_navigation() for available arguments. Default empty array.
Returns
void
Source
File name: wordpress/wp-includes/link-template.php
Lines:
1 to 3 of 3
function the_comments_navigation( $args = array() ) { echo get_the_comments_navigation( $args ); }