@since: bbPress (r2668)
Description
bbp_admin_repair_user_topic_subscriptions()

Clean the users’ topic subscriptions

Source: bp-forums/admin/tools.php:938

bbp_get_user_subscribe_link()

Return the link to subscribe/unsubscribe from a forum or topic

Source: bp-forums/users/template.php:1081

bbp_user_subscribe_link()

Output the link to subscribe/unsubscribe from a topic

Source: bp-forums/users/template.php:1048

bbp_get_user_subscribed_topic_ids()

Get a user’s subscribed topics’ ids

Source: bp-forums/users/functions.php:671

bbp_add_user_topic_subscription()

Add a topic to user’s subscriptions

Source: bp-forums/users/functions.php:947

bbp_remove_user_subscription()

Remove a topic from user’s subscriptions

Source: bp-forums/users/functions.php:988

bbp_get_topic_subscribers()

Get the users who have subscribed to the topic

Source: bp-forums/users/functions.php:538

bbp_get_user_subscriptions()

Get a user’s subscribed topics

Source: bp-forums/users/functions.php:567

bbp_get_user_topic_subscriptions()

Get a user’s subscribed topics

Source: bp-forums/users/functions.php:585

bbp_notify_subscribers()

Sends notification emails for new replies to subscribed topics

Source: bp-forums/common/functions.php:1340