WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about comments_open

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/comment-template.php apply_filters 1251 /**
* Filters whether the current post is open for comments.
*
* @since 2.5.0
*
* @param bool $open Whether the current post is open for comments.
* @param int $post_id The post ID.
*/

Hook Parameters

Parameter Type Name Description
bool $open Whether the current post is open for comments.
int $post_id The post ID.