Filter: sensei_comment_counts_include_sensei_comments

apply_filters( 'sensei_comment_counts_include_sensei_comments', $includes_sensei_comments, $post_id ) → {bool}

Available to override if wp_count_comments() includes Sensei's comments in the count.

Parameters:
Name Type Description
$includes_sensei_comments bool

Whether the count already includes Sensei's comments.

$post_id int

Post ID.

Since:
  • 3.0.0
Source:
Returns:

Whether the count already includes Sensei's comments.

Type
bool