Functions |
Description |
|---|---|
| bp_core_get_root_domain() |
Return the domain for the root blog. |
| bp_core_get_root_option() |
Get a root option. |
| bp_core_get_root_options() |
Fetch global BP options. |
| bp_core_get_settings_admin_active_tab() |
Get the data for the settings tabs in the admin area. |
| bp_core_get_site_path() |
Get the path of the current site. |
| bp_core_get_status_sql() |
Get SQL chunk for filtering spam users from member queries. |
| bp_core_get_suggestions() |
BuddyPress Suggestions API for types of at-mentions. |
| bp_core_get_table_prefix() |
Get the $wpdb base prefix, run through the ‘bp_core_get_table_prefix’ filter. |
| bp_core_get_tools_import_profile_settings_admin_tabs() | |
| bp_core_get_tools_repair_community_settings_admin_tabs() | |
| bp_core_get_tools_settings_admin_tabs() |
Get the data for the settings tabs in the admin area. |
| bp_core_get_total_member_count() |
Return the total number of members for the installation. |
| bp_core_get_upload_dir() |
Fetch data from the BP root blog’s upload directory. |
| bp_core_get_user_displayname() |
Fetch the display name for a user. |
| bp_core_get_user_displaynames() |
Fetch the display name for a group of users. |
| bp_core_get_user_domain() |
Return the domain for the passed user: e.g. http://example.com/members/andy/. |
| bp_core_get_user_email() |
Return the email address for the user based on user ID. |
| bp_core_get_userid() |
Return the user ID based on a user’s user_login. |
| bp_core_get_userid_from_nicename() |
Return the user ID based on user_nicename. |
| bp_core_get_userid_from_nickname() |
Return the user ID based on nickname. |
| bp_core_get_userlink() |
Return a HTML formatted link for a user with the user’s full name as the link text. |
| bp_core_get_userlink_by_email() |
Return the user link for the user based on user email address. |
| bp_core_get_userlink_by_username() |
Return the user link for the user based on the supplied identifier. |
| bp_core_get_username() |
Return the username for a user based on their user id. |
| bp_core_get_users() |
Fetch an array of users based on the parameters passed. |
| bp_core_get_users_admin_tabs() |
Register tabs for the BuddyBoss > Groups screens. |
| bp_core_get_wp_profile() | |
| bp_core_help_bp_docs_link() |
Dynamically add the URL |
| bp_core_help_docs_link() |
Anchor tag help doc link |
| bp_core_help_embed_video() |
Dynamically Embed the Video |
| bp_core_help_get_docs_link() |
Print Docs Link |
| bp_core_hide_display_name_field() |
Whether or not profile field is hidden. |
| bp_core_install() |
Main installer. |
| bp_core_install_activity_streams() |
Install database tables for the Activity component. |
| bp_core_install_bbp_emails() |
Add default bbp emails. |
| bp_core_install_blog_tracking() |
Install database tables for the Sites component. |
| bp_core_install_default_profiles_fields() |
Install default profile fields. |
| bp_core_install_discussion_forums() |
Run the bbpress activation. |
| bp_core_install_document() | |
| bp_core_install_emails() |
Add default emails. |
| bp_core_install_extended_profiles() |
Install database tables for the Profiles component. |
| bp_core_install_follow() |
Install database tables for the Follow component. |
| bp_core_install_friends() |
Install database tables for the Friends component. |
| bp_core_install_group_message_email() |
Add default invites emails. |
| bp_core_install_groups() |
Install database tables for the Groups component. |
| bp_core_install_invitations() |
Install database tables for the Invitations API |
| bp_core_install_invites_email() |
Add default invites emails. |
| bp_core_install_media() |
Install database tables for Media component. |
| bp_core_install_network_search() |
Create function for network search component. |
| bp_core_install_notifications() |
Install database tables for the Notifications component. |