bp-document/classes/class-bp-rest-document-endpoint.php:
BP_REST_Document_Endpoint::bbp_document_update_rest_field_callback()
|
The function to use to update the document’s value of the topic REST Field.
|
bp-document/bp-document-filters.php:
bp_document_forums_new_post_document_save()
|
Save document when new topic or reply is saved
|
bp-forums/classes/class-bp-rest-reply-endpoint.php:
BP_REST_Reply_Endpoint::update_item()
|
Update/Edit a reply.
|
bp-forums/admin/replies.php:
BBP_Replies_Admin::updated_messages()
|
Custom user feedback messages for reply post type
|
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/topics/template.php:
bbp_get_form_topic_tags()
|
Return value of topic tags field
|
bp-forums/topics/template.php:
bbp_get_topic_id()
|
Return the topic id
|
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/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/groups.php:
BBP_Forums_Group_Extension::map_reply_permalink_to_group()
|
Map a reply permalink to its group forum
|
bp-forums/groups.php:
BBP_Forums_Group_Extension::new_reply_redirect_to()
|
Redirect to the group forum screen
|
bp-forums/notifications.php:
bbp_format_buddypress_notifications()
|
Format the BuddyBar/Toolbar notifications
|
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::group_forum_reply_activity_action_callback()
|
|
bp-forums/replies/template.php:
bbp_get_topic_split_link()
|
Get split topic link
|
bp-forums/replies/template.php:
bbp_get_reply_class()
|
Return the row class of a reply
|
bp-forums/replies/template.php:
bbp_get_reply_move_link()
|
Get move reply link
|
bp-forums/replies/template.php:
bbp_get_reply_to_link()
|
Return the link for a reply to a reply
|
bp-forums/replies/template.php:
bbp_get_reply_position()
|
Return the numeric position of a reply within a topic
|
bp-forums/replies/template.php:
bbp_get_reply_admin_links()
|
Return admin links for reply
|
bp-forums/replies/template.php:
bbp_get_reply_topic_title()
|
Return the topic title a reply belongs to
|
bp-forums/replies/template.php:
bbp_reply_topic_id()
|
Output the topic id a reply belongs to
|
bp-forums/replies/template.php:
bbp_get_reply_ancestor_id()
|
Return the reply’s ancestor reply id
|
bp-forums/replies/template.php:
bbp_get_reply_url()
|
Return the paginated url to the reply in the reply loop
|
bp-forums/replies/template.php:
bbp_has_replies()
|
The main reply loop. WordPress makes this easy for us
|
bp-forums/replies/functions.php:
bbp_update_reply_position()
|
Update the position of the reply.
|
bp-forums/replies/functions.php:
bbp_get_reply_position_raw()
|
Get the position of a reply by querying the DB directly for the replies of a given topic.
|
bp-forums/replies/functions.php:
bbp_update_reply()
|
Handle all the extra meta stuff from posting a new reply or editing 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
|
bp-forums/replies/functions.php:
bbp_insert_reply()
|
A wrapper for wp_insert_post() that also includes the necessary meta values for the reply to function properly.
|
bp-forums/replies/functions.php:
bbp_edit_reply_handler()
|
Handles the front end edit reply submission
|