bbp_get_user_subscriptions

bbp_get_user_subscriptions

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_user_subscriptions') is found 1 times:

  • /includes/users/engagements.php line 1092
    1088
    1089
    1090
    1091
    1092
    1093
    1094
    1095
    1096
    1097
    1098
        _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)