get_the_comments_pagination
get_the_comments_pagination ( $args = array() )
Parameters:- (array) args { Optional. Default pagination arguments. @type string $screen_reader_text Screen reader text for the nav element. Default 'Comments pagination'. @type string $aria_label ARIA label text for the nav element. Default 'Comments pagination'. @type string $class Custom class for the nav element. Default 'comments-pagination'. }
See:Returns:- (string) Markup for pagination links.
Defined at:Change Log: - Introduced in WordPress: 4.4.0
- Deprecated in WordPress: —
Description
Retrieves a paginated navigation to next/previous set of comments, when applicable.