File: bp-forums/users/functions.php |
Description |
---|---|
bbp_get_user_topic_subscriptions() |
Get a user’s subscribed topics |
bbp_get_user_forum_subscriptions() |
Get a user’s subscribed forums |
bbp_get_forum_subscribers() |
Get the users who have subscribed to the forum |
bbp_get_topic_subscribers() |
Get the users who have subscribed to the topic |
bbp_get_user_subscriptions() |
Get a user’s subscribed topics |
bbp_get_user_favorites_topic_ids() |
Get a user’s favorite topics’ ids |
bbp_is_user_favorite() |
Check if a topic is in user’s favorites or not |
bbp_add_user_favorite() |
Add a topic to user’s favorites |
bbp_remove_user_favorite() |
Remove a topic from user’s favorites |
bbp_favorites_handler() |
Handles the front end adding and removing of favorite topics |