bp-core/admin/bp-core-admin-functions.php:
bp_core_activation_notice()
|
Verify that some BP prerequisites are set up properly, and notify the admin if not.
|
bp-core/admin/bp-core-admin-settings.php:
bp_admin_setting_callback_members_invitations()
|
Allow members to invite non-members to the network.
|
bp-core/admin/bp-core-admin-slugs.php:
bp_core_admin_slugs_options()
|
Creates reusable markup for page setup on the Components and Pages dashboard panel.
|
bp-core/bp-core-functions.php:
bp_core_add_page_mappings()
|
Creates necessary directory pages.
|
bp-core/classes/class-bp-core-login-widget.php:
BP_Core_Login_Widget::widget()
|
Display the login widget.
|
bp-core/bp-core-update.php:
bp_update_to_8_0()
|
8.0.0 update routine.
|
bp-members/bp-members-adminbar.php:
bp_members_admin_bar_my_account_menu()
|
Add the “My Account” menu and all submenus.
|
bp-members/classes/class-bp-members-component.php:
BP_Members_Component::rest_api_init()
|
Init the BP REST API.
|
bp-members/classes/class-bp-members-list-table.php:
BP_Members_List_Table::no_items()
|
The text shown when no items are found.
|
bp-members/classes/class-bp-members-ms-list-table.php:
BP_Members_MS_List_Table::no_items()
|
The text shown when no items are found.
|
bp-members/screens/register.php:
bp_core_screen_signup()
|
Handle the loading of the signup screen.
|
bp-members/bp-members-template.php:
bp_signup_allowed()
|
Output whether signup is allowed.
|
cli/src/signup.php:
Signup::check_dependencies()
|
Dependency check for this CLI command.
|
bp-templates/bp-nouveau/buddypress-functions.php:
BP_Nouveau::register_scripts()
|
Register Template Pack JavaScript files
|
bp-xprofile/bp-xprofile-admin.php:
xprofile_admin_screen()
|
Output the main XProfile management screen.
|