File: bp-forums/replies/functions.php |
Description |
|---|---|
| bbp_unspam_reply() |
Unspams a reply |
| bbp_delete_reply() |
Called before deleting a reply |
| bbp_trash_reply() |
Called before trashing a reply |
| bbp_update_reply() |
Handle all the extra meta stuff from posting a new reply or editing a reply |
| bbp_update_reply_walker() |
Walk up the ancestor tree from the current reply, and update all the counts |
| bbp_update_reply_forum_id() |
Update the reply with its forum id it is in |
| bbp_update_reply_topic_id() |
Update the reply with its topic id it is in |
| bbp_update_reply_to() |
Update the reply’s meta data with its reply to id |
| bbp_update_reply_revision_log() |
Update the revision log of the reply |
| bbp_move_reply_handler() |
Move reply handler |