Filters the list of post types to automatically close comments for.
Parameters
$post_types
string[]- An array of post type names.
Source
$post_types = apply_filters( 'close_comments_for_post_types', array( 'post' ) );
Changelog
Version | Description |
---|---|
3.2.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.