最后更新于:2021-11-26 00:41:21
apply_filters( ‘comments_open’, bool $open, int $post_id )
Filters whether the current post is open for comments.
参数
- $open
-
(bool)
Whether the current post is open for comments.
- $post_id
-
(int)
The post ID.
源文件
文件: gc-includes/comment-template.php
View on Trac