next_comments_link()
Displays the link to the next comments page.
Uses: get_next_comments_link()
1 time — 0.00019 sec (fast) | 50000 times — 2.7 sec (fast)
No Hooks.
Return
null
. Nothing.
Usage
next_comments_link( $label, $max_page );
- $label(string)
- Label for link text.
Default: '' - $max_page(int)
- Max page.
Changelog
Since 2.7.0 | Introduced. |
Code of next_comments_link() next comments link WP 5.9.3
function next_comments_link( $label = '', $max_page = 0 ) { echo get_next_comments_link( $label, $max_page ); }