bp-forums/topics/functions.php:
bbp_update_topic_forum_id()
|
Update the topic’s forum id
|
bp-forums/topics/functions.php:
bbp_update_topic_reply_count()
|
Adjust the total reply count of a topic
|
bp-forums/topics/functions.php:
bbp_update_topic_reply_count_hidden()
|
Adjust the total hidden reply count of a topic (hidden includes trashed and spammed replies)
|
bp-forums/topics/functions.php:
bbp_update_topic_last_active_id()
|
Update the topic with the last active post ID
|
bp-forums/topics/functions.php:
bbp_update_topic_last_active_time()
|
Update the topics last active date/time (aka freshness)
|
bp-forums/topics/functions.php:
bbp_update_topic_last_reply_id()
|
Update the topic with the most recent reply ID
|
bp-forums/topics/functions.php:
bbp_update_topic_voice_count()
|
Adjust the total voice count of a topic
|
bp-forums/topics/functions.php:
bbp_update_topic_anonymous_reply_count()
|
Adjust the total anonymous reply count of a topic
|
bp-forums/users/template.php:
bbp_get_author_link()
|
Return the author link of the post
|
bp-forums/forums/template.php:
bbp_get_forum_freshness_link()
|
Returns link to the most recent activity inside a forum.
|
bp-forums/common/shortcodes.php:
BBP_Shortcodes::display_reply()
|
Display the contents of a specific reply ID in an output buffer and return to ensure that post/page contents are displayed first.
|
bp-forums/replies/template.php:
bbp_get_reply_admin_links()
|
Return admin links for reply
|
bp-forums/replies/template.php:
bbp_get_reply_title_fallback()
|
Get empty reply title fallback.
|
bp-forums/replies/template.php:
bbp_get_reply_id()
|
Return the id of the reply in a replies loop
|
bp-forums/replies/functions.php:
bbp_validate_reply_to()
|
Validate a reply_to field for hierarchical replies
|
bp-forums/replies/functions.php:
bbp_untrash_reply()
|
Called before untrashing (restoring) a reply
|
bp-forums/replies/functions.php:
bbp_deleted_reply()
|
Called after deleting a reply
|
bp-forums/replies/functions.php:
bbp_trashed_reply()
|
Called after trashing a reply
|
bp-forums/replies/functions.php:
bbp_untrashed_reply()
|
Called after untrashing (restoring) a reply
|
bp-forums/replies/functions.php:
bbp_delete_reply()
|
Called before deleting a reply
|
bp-forums/replies/functions.php:
bbp_trash_reply()
|
Called before trashing a reply
|
bp-forums/replies/functions.php:
bbp_update_reply_walker()
|
Walk up the ancestor tree from the current reply, and update all the counts
|