@since: bbPress (r2652)
Description
bbp_remove_topic_from_all_favorites()

Remove a deleted topic from all users’ favorites

Source: bp-forums/topics/functions.php:2323

bbp_remove_topic_from_all_subscriptions()

Remove a deleted topic from all users’ subscriptions

Source: bp-forums/topics/functions.php:2357

bbp_get_user_favorites_link()

User favorites link

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

bbp_favorites_permalink()

Output the link to the user’s favorites page (profile page)

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

bbp_get_favorites_permalink()

Return the link to the user’s favorites page (profile page)

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

bbp_user_favorites_link()

Output the link to make a topic favorite/remove a topic from favorites

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

bbp_get_user_favorites_topic_ids()

Get a user’s favorite topics’ ids

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

bbp_is_user_favorite()

Check if a topic is in user’s favorites or not

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

bbp_add_user_favorite()

Add a topic to user’s favorites

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

bbp_remove_user_favorite()

Remove a topic from user’s favorites

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