File: bp-forums/topics/functions.php |
Description |
---|---|
bbp_update_topic() |
Handle all the extra meta stuff from posting a new topic |
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. |
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. |
bbp_merge_topic_handler() |
Merge topic handler |
bbp_merge_topic_count() |
Fix counts on topic merge |
bbp_new_topic |
Update counts, etc. |
bbp_new_topic_post_extras |
Additional Actions (After Save) |
bbp_new_topic_redirect_to |
No Errors |
bbp_edit_topic_handler() |
Handles the front end edit topic submission |
bbp_insert_topic() |
A wrapper for wp_insert_post() that also includes the necessary meta values for the topic to function properly. |