bp-groups/classes/class-bp-rest-group-settings-endpoint.php:
BP_REST_Group_Settings_Endpoint::update_forum_fields()
|
Update Group Forum settings.
|
bp-forums/classes/class-bp-rest-topics-endpoint.php:
BP_REST_Topics_Endpoint::get_items()
|
Retrieve Topics.
|
bp-forums/classes/class-bp-rest-reply-endpoint.php:
BP_REST_Reply_Endpoint::get_items()
|
Retrieve Replies.
|
bp-forums/classes/class-bp-rest-reply-endpoint.php:
BP_REST_Reply_Endpoint::get_item()
|
Retrieve a single reply.
|
bp-forums/functions.php:
bbp_forum_update_forum_status_when_group_updates()
|
Update Forum status depending on the group status
|
bp-forums/topics/template.php:
bbp_has_topics()
|
The main topic loop. WordPress makes this easy for us
|
bp-forums/groups.php:
BBP_Forums_Group_Extension::create_screen_save()
|
Save the Group Forum data on create
|
bp-forums/groups.php:
BBP_Forums_Group_Extension::edit_screen_save()
|
Save the Group Forum data on edit
|
bp-forums/forums/template.php:
bbp_is_forum_private()
|
Is the forum private?
|
bp-forums/forums/template.php:
bbp_forum_get_subforums()
|
Return subforums of given forum
|
bp-forums/forums/functions.php:
bbp_pre_get_posts_normalize_forum_visibility()
|
Adjusts forum, topic, and reply queries to exclude items that might be contained inside hidden or private forums that the user does not have the capability to view.
|
bp-forums/forums/functions.php:
bbp_get_forum_visibilities()
|
Return an associative array of forum visibility
|
bp-forums/forums/functions.php:
bbp_repair_forum_visibility()
|
Recaches the private and hidden forums
|
bp-forums/forums/functions.php:
bbp_privatize_forum()
|
Mark the forum as private
|
bp-forums/forums/functions.php:
bbp_save_forum_extras()
|
Handle the saving of core forum metadata (Status, Visibility, and Type)
|
bp-forums/common/functions.php:
bbp_get_statistics()
|
Get the forum statistics
|
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.
|