bbp_get_public_child_count
bbp_get_public_child_count
Appears in: bbpress.2.5.14, bbpress.2.6.0, bbpress.2.6.1, bbpress.2.6.11, bbpress.2.6.12, bbpress.2.6.2, bbpress.2.6.3, bbpress.2.6.4, bbpress.2.6.5, bbpress.2.6.6, bbpress.2.6.9
Hook Type: filter
Displaying hooks found in version: bbpress.2.6.9apply_filters('bbp_get_public_child_count') is found 1 times:
- /includes/common/functions.php line 185818541855185618571858185918601861186218631864
? bbp_number_not_negative(
array_sum
(
array_values
(
$counts
[
$post_type
] ) ) )
: 0;
// Filter & return
return
(int) apply_filters(
'bbp_get_public_child_count'
,
$child_count
,
$parent_id
,
$post_type
);
}
/**
* Query the DB
and
get a
count
of
public
children
*
* @since 2.0.0 bbPress (r2868)
* @since 2.6.0 bbPress (r5954) Replace direct queries with WP_Query() objects