bp-groups/classes/class-bp-rest-group-settings-endpoint.php:
BP_REST_Group_Settings_Endpoint::get_forum_fields()
|
Get Group forum Settings.
|
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::create_item()
|
Create a topic.
|
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-forums-endpoint.php:
BP_REST_Forums_Endpoint::can_access_content()
|
Check current access permission.
|
bp-forums/admin/tools.php:
bbp_admin_reset_handler()
|
Handle the processing and feedback of the admin tools page
|
bp-forums/users/capabilities.php:
bbp_user_has_profile()
|
Does a user have a profile for the current site
|
bp-forums/users/capabilities.php:
bbp_make_spam_user()
|
Mark a users topics and replies as spam when the user is marked as spam
|
bp-forums/users/capabilities.php:
bbp_make_ham_user()
|
Mark a users topics and replies as spam when the user is marked as spam
|
bp-forums/users/template.php:
bbp_current_user_can_publish_topics()
|
Check if the current user can publish topics
|
bp-forums/users/template.php:
bbp_current_user_can_publish_forums()
|
Check if the current user can publish forums
|
bp-forums/users/template.php:
bbp_current_user_can_publish_replies()
|
Check if the current user can publish replies
|
bp-forums/users/template.php:
bbp_current_user_can_access_create_forum_form()
|
Performs a series of checks to ensure the current user can create forums.
|
bp-forums/users/template.php:
bbp_current_user_can_access_create_topic_form()
|
Performs a series of checks to ensure the current user can create topics.
|
bp-forums/users/template.php:
bbp_current_user_can_access_create_reply_form()
|
Performs a series of checks to ensure the current user can create replies.
|
bp-forums/users/template.php:
bbp_user_can_view_forum()
|
Check if the user can access a specific forum
|
bp-forums/users/template.php:
bbp_edit_user_forums_role()
|
Output forum role selector (for user edit)
|
bp-forums/users/functions.php:
bbp_forum_enforce_blocked()
|
Check if a user is blocked, or cannot spectate the forums.
|
bp-forums/groups.php:
BBP_Forums_Group_Extension::form_permissions()
|
Permissions to view the ‘New Topic’/’Reply To’ form in a BuddyBoss group.
|
bp-forums/groups.php:
BBP_Forums_Group_Extension::edit_screen()
|
Show forums and new forum form when editing a group
|
bp-forums/groups.php:
BBP_Forums_Group_Extension::edit_screen_save()
|
Save the Group Forum data on edit
|
bp-forums/forums/template.php:
bbp_forum_get_subforums()
|
Return subforums of given forum
|
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_exclude_forum_ids()
|
Returns a meta_query that either includes or excludes hidden forum IDs from a query.
|
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/functions.php:
bbp_check_for_moderation()
|
Checks topics and replies against the discussion moderation of blocked keys
|
bp-forums/common/functions.php:
bbp_check_for_blacklist()
|
Checks topics and replies against the discussion blacklist of blocked keys
|