bbp_bump_user_reply_count
bbp_bump_user_reply_count
Appears in: 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_bump_user_reply_count') is found 1 times:
- /includes/users/functions.php line 746742743744745746747748749750751752
$difference
= (int)
$difference
;
$user_reply_count
= (int) (
$count
+
$difference
);
// Add them up and filter them
$new_count
= (int) apply_filters(
'bbp_bump_user_reply_count'
,
$user_reply_count
,
$user_id
,
$difference
,
$count
);
return
bbp_update_user_reply_count(
$user_id
,
$new_count
);
}
/**
* Helper
function
used to increase (by one) the
count
of topics
for
a user when