close_comments_for_post_types WordPress Filter Hook
The close_comments_for_post_types hook is used to close comments for specific post types. This hook is useful for post types that do not support comments or for post types that are not meant to be commented on.
apply_filters( 'close_comments_for_post_types', string[] $post_types ) #
Filters the list of post types to automatically close comments for.
Parameters
- $post_types
(string[])An array of post type names.
Source
File: wp-includes/comment.php
Changelog
Version | Description |
---|---|
3.2.0 | Introduced. |