the_comments_navigation( array $args = array() )
- Since
- 4.4.0
- Source
wp-includes/link-template.php:3353
Displays navigation to next/previous set of comments, when applicable.
Parameters
$argsarrayoptional- See get_the_comments_navigation() for available arguments. Default empty array.Default:
array()
Uses · 1
- get_the_comments_navigation()Retrieves navigation to next/previous set of comments, when applicable.
Source
function the_comments_navigation( $args = array() ) { echo get_the_comments_navigation( $args );}History
Introduced in 4.4.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
About this page
- Parsed data
- Generated from the wordpress-develop 6.8.8 tag, from
src/wp-includes/link-template.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it. - Corrections
- Something wrong on this page? Report it and it gets fixed in the next regeneration.