过滤器::过滤要自动关闭评论的文章类型列表。
apply_filters( ‘close_comments_for_post_types’, string[] $post_types )
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$post_types | (string[]) | post类型名称的数组。 |
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.2.0 | wp-includes/comment.php:3119 | 2 | 0 |
过滤器::过滤要自动关闭评论的文章类型列表。
apply_filters( ‘close_comments_for_post_types’, string[] $post_types )
参数 | 类型 | 说明 |
---|---|---|
$post_types | (string[]) | post类型名称的数组。 |
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.2.0 | wp-includes/comment.php:3119 | 2 | 0 |
之前