Summery Summery
Filters the default comment status for the given post type.
Syntax Syntax
Parameters Parameters
- $status
-
Default status for the given post type, either 'open' or 'closed'.
- $post_type
-
Post type. Default is
post
. - $comment_type
-
Type of comment. Default is
comment
.
Source Source
File: wp-includes/comment.php
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.3.0 | Introduced. |