the_comments_navigation()
Displays navigation to next/previous set of comments, when applicable.
1 time — 0.00276 sec (very slow) | 50000 times — 5.96595 sec (fast)
No Hooks.
Return
null
. Nothing.
Usage
the_comments_navigation( $args );
- $args(array)
- See get_the_comments_navigation() for available arguments.
Default: empty array
Changelog
Since 4.4.0 | Introduced. |
Code of the_comments_navigation() the comments navigation WP 6.0
function the_comments_navigation( $args = array() ) { echo get_the_comments_navigation( $args ); }