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