最后更新于:2021-11-27 16:17:23
apply_filters( ‘post_comments_link’, string $formatted, int|GC_Post $post )
Filters the formatted post comments link HTML.
参数
- $formatted
-
(string)
The HTML-formatted post comments link.
- $post
-
(int|GC_Post)
The post ID or GC_Post object.
源文件
文件: gc-includes/comment-template.php
View on Trac