bp-forums/classes/class-bp-rest-topics-endpoint.php:
BP_REST_Topics_Endpoint::update_item()
|
Update/Edit a topic.
|
bp-forums/classes/class-bp-rest-reply-endpoint.php:
BP_REST_Reply_Endpoint::get_item()
|
Retrieve a single reply.
|
bp-forums/admin/tools.php:
bbp_admin_repair_topic_reply_count()
|
Recount topic replies
|
bp-forums/admin/tools.php:
bbp_admin_repair_topic_voice_count()
|
Recount topic members
|
bp-forums/admin/topics.php:
BBP_Topics_Admin::row_actions()
|
Topic Row actions
|
bp-forums/topics/template.php:
bbp_is_topic_closed()
|
Is the topic closed to new replies?
|
bp-forums/topics/template.php:
bbp_has_topics()
|
The main topic loop. WordPress makes this easy for us
|
bp-forums/topics/functions.php:
bbp_open_topic()
|
Opens a topic
|
bp-forums/topics/functions.php:
bbp_close_topic()
|
Closes a topic
|
bp-forums/topics/functions.php:
bbp_get_topic_statuses()
|
Return an associative array of available topic statuses
|
bp-forums/topics/functions.php:
bbp_edit_topic_handler()
|
Handles the front end edit topic submission
|
bp-forums/forums/template.php:
bbp_is_forum_closed()
|
Is the forum closed?
|
bp-forums/forums/functions.php:
bbp_trash_forum_topics()
|
Trash all topics inside a forum
|
bp-forums/classes/class-bbpress.php:
bbPress::register_post_statuses()
|
Register the post statuses used by Forums
|
bp-forums/common/widgets.php:
BBP_Replies_Widget::widget()
|
Displays the output, the replies list
|
bp-forums/common/widgets.php:
BBP_Topics_Widget::widget()
|
Displays the output, the topic list
|
bp-forums/common/functions.php:
bbp_request_feed_trap()
|
This function is hooked into the WordPress ‘request’ action and is responsible for sniffing out the query vars and serving up RSS2 feeds if the stars align and the user has requested a feed of any Forums type.
|
bp-forums/common/functions.php:
bbp_get_public_child_last_id()
|
Query the DB and get the last public post_id that has parent_id as post_parent
|
bp-forums/common/functions.php:
bbp_get_public_child_count()
|
Query the DB and get a count of public children
|
bp-forums/common/functions.php:
bbp_get_public_child_ids()
|
Query the DB and get a the child id’s of public children
|
bp-forums/common/functions.php:
bbp_get_statistics()
|
Get the forum statistics
|
bp-forums/activity.php:
BBP_BuddyPress_Activity::topic_update()
|
Update the activity stream entry when a topic status changes
|
bp-forums/replies/template.php:
bbp_has_replies()
|
The main reply loop. WordPress makes this easy for us
|
bp-forums/search/template.php:
bbp_has_search_results()
|
The main search loop. WordPress does the heavy lifting.
|