bp-media/bp-media-functions.php:
bp_media_get_forum_id()
|
|
bp-media/classes/class-bp-rest-media-endpoint.php:
BP_REST_Media_Endpoint::bbp_media_update_rest_field_callback()
|
The function to use to update the medias’s value of the topic REST Field.
|
bp-forums/classes/class-bp-rest-reply-endpoint.php:
BP_REST_Reply_Endpoint::update_item()
|
Update/Edit a reply.
|
bp-forums/admin/metaboxes.php:
bbp_reply_metabox()
|
Reply metabox
|
bp-forums/admin/replies.php:
BBP_Replies_Admin::column_data()
|
Print extra columns for the replies page
|
bp-forums/groups.php:
BBP_Forums_Group_Extension::maybe_map_permalink_to_group()
|
Maybe map a Forums forum/topic/reply permalink to the corresponding group
|
bp-forums/forums/template.php:
bbp_suppress_private_author_link()
|
Replace forum author details for users that cannot view them.
|
bp-forums/forums/functions.php:
bbp_forum_enforce_private()
|
Check if it’s a private forum or a topic or reply of a private forum and if the user can’t view it, then sets a 404
|
bp-forums/forums/functions.php:
bbp_forum_enforce_hidden()
|
Check if it’s a hidden forum or a topic or reply of a hidden forum and if the user can’t view it, then sets a 404
|
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/activity.php:
BBP_BuddyPress_Activity::reply_update()
|
Update the activity stream entry when a reply status changes
|
bp-forums/activity.php:
BBP_BuddyPress_Activity::reply_activity_action_callback()
|
|
bp-forums/activity.php:
BBP_BuddyPress_Activity::group_forum_reply_activity_action_callback()
|
|
bp-forums/replies/template.php:
bbp_get_reply_class()
|
Return the row class of a reply
|
bp-forums/replies/template.php:
bbp_reply_forum_id()
|
Output the forum id a reply belongs to
|
bp-forums/replies/functions.php:
bbp_adjust_forum_role_labels()
|
Change forum role labels to conform to BuddyBoss Platform naming conventions
|
bp-forums/replies/functions.php:
bbp_update_reply_walker()
|
Walk up the ancestor tree from the current reply, and update all the counts
|
bp-forums/replies/functions.php:
bbp_edit_reply_handler()
|
Handles the front end edit reply submission
|