the_comments_pagination( array $args = array() )
Displays a paginated navigation to next/previous set of comments, when applicable.
Description Description
Parameters Parameters
- $args
-
(array) (Optional) See get_the_comments_pagination() for available arguments.
Default value: array()
Source Source
File: wp-includes/link-template.php
function the_comments_pagination( $args = array() ) { echo get_the_comments_pagination( $args ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |