comments_number

最后更新于:2021-11-26 00:38:19

apply_filters( ‘comments_number’, string $output, int $number )

Filters the comments count for display.

参数

$output

(string)
A translatable string formatted based on whether the count is equal to 0, 1, or 1+.

$number

(int)
The number of post comments.

源文件

文件: gc-includes/comment-template.php

View on Trac