paginate_comments_links
paginate_comments_links ( $args = array() )
Parameters:- (string|array) args Optional args. See paginate_links(). Default empty array.
See:Returns:- (void|string|array) Void if 'echo' argument is true and 'type' is not an array, or if the query is not for an existing single post of any post type. Otherwise, markup for comment page links or array of comment page links, depending on 'type' argument.
Defined at: - Introduced in WordPress: 2.7.0
- Deprecated in WordPress: —
Description
Displays or retrieves pagination links for the comments on the current post.