bp-xprofile/classes/class-bp-rest-xprofile-fields-endpoint.php:
BP_REST_XProfile_Fields_Endpoint::get_member_type_options()
|
Get Profile field options
|
bp-members/classes/class-bp-rest-members-endpoint.php:
BP_REST_Members_Endpoint::user_data()
|
Method to facilitate fetching of user data.
|
bp-invites/classes/class-bp-rest-invites-endpoint.php:
BP_REST_Invites_Endpoint::get_invite_profile_type()
|
Sent Invites Profile Type.
|
bp-groups/classes/class-bp-rest-group-settings-endpoint.php:
BP_REST_Group_Settings_Endpoint::get_settings_fields()
|
Get Group Settings.
|
bp-groups/classes/class-bp-rest-groups-endpoint.php:
BP_REST_Groups_Endpoint::bp_rest_user_can_join()
|
Check the group join with members type.
|
bp-xprofile/classes/class-bp-xprofile-field-type-member-types.php:
BP_XProfile_Field_Type_Member_Types::edit_field_options_html()
|
Output the edit field options HTML for this field type.
|
bp-xprofile/bp-xprofile-template.php:
bp_profile_get_field_groups()
|
Get all profile field groups.
|
bp-xprofile/bp-xprofile-template.php:
bp_get_the_profile_field_value()
|
Returns the XProfile field value.
|
bp-xprofile/classes/class-bp-xprofile-group.php:
BP_XProfile_Group::get()
|
Populates the BP_XProfile_Group object with profile field groups, fields, and field data.
|
bp-groups/bp-groups-functions.php:
groups_send_membership_request()
|
Create a group membership request.
|
bp-groups/bp-groups-template.php:
bp_get_group_join_button()
|
Return button to join a group.
|
bp-members/bp-members-functions.php:
bp_allow_user_to_send_invites()
|
Show/Hide Email Invites tab in user profile navigation if member type enabled and restrict member type via BuddyBoss > Settings > Invites > Allowed Profile Type.
|
bp-members/bp-members-functions.php:
bp_member_add_auto_join_groups()
|
Add members to Auto Group Membership Approval based on their profile type.
|
bp-members/bp-members-functions.php:
bp_get_user_member_type()
|
Get profile type.
|
bp-members/bp-members-functions.php:
bp_remove_member_type()
|
Remove type for a member.
|
bp-members/bp-members-functions.php:
bp_has_member_type()
|
Check whether the given user has a certain profile type.
|
bp-members/classes/class-bp-members-admin.php:
BP_Members_Admin::users_table_process_bulk_type_change()
|
Process bulk profile type change submission from the WP admin users list table.
|
bp-members/classes/class-bp-members-admin.php:
BP_Members_Admin::users_table_populate_type_cell()
|
Return member’s type for display in the WP admin users list table.
|
bp-members/classes/class-bp-members-admin.php:
BP_Members_Admin::user_admin_member_type_metabox()
|
Render the profile type metabox.
|
bp-members/bp-members-template.php:
bp_displayed_user_get_front_template()
|
Locate a custom user front template if it exists.
|
bp-members/bp-members-template.php:
bp_get_member_class()
|
Return the row class of the current member in the loop.
|
bp-templates/bp-nouveau/includes/members/functions.php:
bp_nouveau_member_locate_template_part()
|
Locate a single member template into a specific hierarchy.
|
bp-templates/bp-nouveau/includes/template-tags.php:
bp_nouveau_get_container_classes()
|
Returns the main BuddyPress container classes.
|
bp-core/admin/bp-core-admin-tools.php:
bp_admin_assign_member_type()
|
Assign members without a profile type to the default profile type (excludes admins).
|
bp-core/bp-core-template.php:
bp_get_the_body_class()
|
Customize the body class, according to the currently displayed BP content.
|
bp-core/bp-core-functions.php:
bp_check_member_send_invites_tab_member_type_allowed()
|
Check if logged in member type is allowed to send invites
|