apply_filters( 'get_default_comment_status', string $status, string $post_type, string $comment_type )
Filters the default comment status for the given post type.
Parameters
- $status
-
(string) Default status for the given post type, either 'open' or 'closed'.
- $post_type
-
(string) Post type. Default is
post
. - $comment_type
-
(string) Type of comment. Default is
comment
.
Source
File: wp-includes/comment.php
Changelog
Version | Description |
---|---|
4.3.0 | Introduced. |
© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/get_default_comment_status