bp-forums/classes/class-bp-rest-topics-endpoint.php:
BP_REST_Topics_Endpoint::create_item()
|
Create a topic.
|
bp-forums/classes/class-bp-rest-reply-endpoint.php:
BP_REST_Reply_Endpoint::get_item()
|
Retrieve a single reply.
|
bp-forums/classes/class-bp-rest-reply-endpoint.php:
BP_REST_Reply_Endpoint::create_item()
|
Create a reply.
|
bp-forums/admin/tools.php:
bbp_admin_repair_topic_hidden_reply_count()
|
Recount topic hidden replies (spammed/trashed)
|
bp-forums/admin/replies.php:
BBP_Replies_Admin::row_actions()
|
Reply Row actions
|
bp-forums/admin/topics.php:
BBP_Topics_Admin::row_actions()
|
Topic Row actions
|
bp-forums/topics/template.php:
bbp_topic_notices()
|
Displays topic notices
|
bp-forums/topics/template.php:
bbp_get_topic_admin_links()
|
Return admin links for topic.
|
bp-forums/topics/template.php:
bbp_is_topic_trash()
|
Is the topic trashed?
|
bp-forums/topics/template.php:
bbp_has_topics()
|
The main topic loop. WordPress makes this easy for us
|
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_get_topic_statuses()
|
Return an associative array of available topic statuses
|
bp-forums/topics/functions.php:
bbp_new_topic_handler()
|
Handles the front end topic submission
|
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/forums/functions.php:
bbp_new_forum_handler()
|
Handles the front end forum submission
|
bp-forums/common/functions.php:
bbp_get_statistics()
|
Get the forum statistics
|
bp-forums/common/functions.php:
bbp_check_for_duplicate()
|
Check for duplicate topics/replies
|
bp-forums/replies/template.php:
bbp_get_reply_admin_links()
|
Return admin links for reply
|
bp-forums/replies/template.php:
bbp_is_reply_trash()
|
Is the reply trashed?
|
bp-forums/replies/template.php:
bbp_has_replies()
|
The main reply loop. WordPress makes this easy for us
|
bp-forums/replies/functions.php:
bbp_new_reply_handler()
|
Handles the front end reply submission
|
bp-forums/search/template.php:
bbp_has_search_results()
|
The main search loop. WordPress does the heavy lifting.
|