get_comments_number_text
get_comments_number_text ( $zero = false, $one = false, $more = false, $post = 0 )
Parameters:- (string) zero Optional. Text for no comments. Default false.
- (string) one Optional. Text for one comment. Default false.
- (string) more Optional. Text for more than one comment. Default false.
- (int|WP_Post) post Optional. Post ID or WP_Post object. Default is the global `$post`.
Returns:- (string) Language string for the number of comments a post has.
Defined at:Change Log: - Introduced in WordPress: 4.0.0
- Deprecated in WordPress: —
Description
Displays the language string for the number of comments the current post has.