comments_open WordPress Filter Hook
The comments_open hook is triggered when a user tries to open a comment form.
apply_filters( 'comments_open', bool $open , int $post_id ) #
Filters whether the current post is open for comments.
Parameters
- $open
(bool)Whether the current post is open for comments.
- $post_id
(int)The post ID.
Source
Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |