bp-forums/classes/class-bp-rest-reply-endpoint.php:
BP_REST_Reply_Endpoint::get_reply_revisions()
|
Get revisions for reply.
|
bp-forums/topics/template.php:
bbp_get_topic_id()
|
Return the topic id
|
bp-forums/topics/functions.php:
bbp_trashed_topic()
|
Called after trashing a topic
|
bp-forums/topics/functions.php:
bbp_untrashed_topic()
|
Called after untrashing a topic
|
bp-forums/topics/functions.php:
bbp_stick_topic()
|
Sticks a topic to a forum or front
|
bp-forums/topics/functions.php:
bbp_delete_topic()
|
Called before deleting a topic.
|
bp-forums/topics/functions.php:
bbp_trash_topic()
|
Called before trashing a topic
|
bp-forums/topics/functions.php:
bbp_untrash_topic()
|
Called before untrashing a topic
|
bp-forums/topics/functions.php:
bbp_deleted_topic()
|
Called after deleting a topic
|
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/forums/functions.php:
bbp_update_forum_topic_count_hidden()
|
Adjust the total hidden topic count of a forum (hidden includes trashed and spammed topics)
|
bp-forums/common/shortcodes.php:
BBP_Shortcodes::display_topic()
|
Display the contents of a specific topic 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_revision_log()
|
Return the formatted revision log of the reply
|
bp-forums/replies/functions.php:
bbp_update_reply_walker()
|
Walk up the ancestor tree from the current reply, and update all the counts
|