bbp_get_user_subscriptions
bbp_get_user_subscriptions
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_user_subscriptions') is found 1 times:
- /includes/users/engagements.php line 109210881089109010911092109310941095109610971098
_deprecated_function(
__FUNCTION__
,
'2.5'
,
'bbp_get_user_topic_subscriptions()'
);
$query
= bbp_get_user_topic_subscriptions(
$user_id
);
// Filter & return
return
apply_filters(
'bbp_get_user_subscriptions'
,
$query
,
$user_id
);
}
/**
* Get the users who have subscribed to the forum
*
* @since 2.5.0 bbPress (r5156)