Filter hook 'comments_open'

in WP Core File wp-includes/comment-template.php at line 1323

Description

Filters whether the current post is open for comments.

Occurrences

Filename Line Number
wp-includes/comment-template.php 1323

Parameters

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

PHP Doc

/**
	 * Filters whether the current post is open for comments.
	 *
	 * @since 2.5.0
	 *
	 * @param bool $comments_open Whether the current post is open for comments.
	 * @param int  $post_id       The post ID.
	 */