bbp_get_forum_subscribers
bbp_get_forum_subscribers
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_forum_subscribers') is found 1 times:
- /includes/users/engagements.php line 110911051106110711081109111011111112111311141115
function
bbp_get_forum_subscribers(
$forum_id
= 0 ) {
$users
= bbp_get_users_for_object(
$forum_id
,
'_bbp_subscription'
);
// Filter & return
return
(
array
) apply_filters(
'bbp_get_forum_subscribers'
,
$users
,
$forum_id
);
}
/**
* Get the users who have subscribed to the topic
*
* @since 2.0.0 bbPress (r2668)