the_comments_navigation( array $args = array() )
Displays navigation to next/previous set of comments, when applicable.
Parameters
- $args
-
(array) (Optional) See get_the_comments_navigation() for available arguments.
Default value: array()
Source
File: wp-includes/link-template.php
function the_comments_navigation( $args = array() ) { echo get_the_comments_navigation( $args ); }
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |
© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/the_comments_navigation