Namespaces: global
Description
bbp_remove_topic_from_all_subscriptions()

Remove a deleted topic from all users’ subscriptions

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

bbp_edit_topic_tag_handler()

Handles the front end tag management (renaming, merging, destroying)

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

bbp_update_topic()

Handle all the extra meta stuff from posting a new topic

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

bbp_update_topic_walker()

Walks up the post_parent tree from the current topic_id, and updates the counts of forums above it. This calls a few internal functions that all run manual queries against the database to get their results. As such, this function can be costly to run but is necessary to keep everything accurate.

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

bbp_move_topic_handler()

Handle the moving of a topic from one forum to another. This includes walking up the old and new branches and updating the counts.

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

bbp_merge_topic_handler()

Merge topic handler

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

bbp_merge_topic_count()

Fix counts on topic merge

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

bbp_split_topic_handler()

Split topic handler

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

bbp_split_topic_count()

Fix counts on topic split

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

bbp_edit_topic_handler()

Handles the front end edit topic submission

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