Uses
Uses | Description |
---|---|
wp-includes/link-template.php: get_the_comments_pagination() | Retrieves a paginated navigation to next/previous set of comments, when applicable. |
Displays a paginated navigation to next/previous set of comments, when applicable.
(array) (Optional) See get_the_comments_pagination() for available arguments.
Default value: array()
File: wp-includes/link-template.php
function the_comments_pagination( $args = array() ) { echo get_the_comments_pagination( $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_pagination