Functions |
Description |
|---|---|
| bp_core_admin_php52_plugin_row() |
Outputs a replacement for WP’s default update notice, when site is not running PHP 5.3 or greater. |
| bp_core_admin_php53_admin_notice() |
Add an admin notice to installations that are not running PHP 5.3+. |
| bp_core_admin_register_page_fields() |
Register page fields |
| bp_core_admin_register_registration_page_fields() |
Register registration page fields |
| bp_core_admin_registration_pages_description() |
Registration page settings section description |
| bp_core_admin_remove_buddypress_from_update_transient() |
Filter callback to remove BuddyPress from the update plugins list. |
| bp_core_admin_setting_url() |
Return the admin url with the tab selected |
| bp_core_admin_settings() |
The main settings page |
| bp_core_admin_settings_save() |
Save our settings. |
| bp_core_admin_tabs() |
Output the tabs in the admin area. |
| bp_core_admin_tools() |
Render the BuddyBoss Tools page. |
| bp_core_admin_user_manage_spammers() |
Catch requests to mark individual users as spam/ham from users.php. |
| bp_core_admin_user_row_actions() |
Add “Mark as Spam/Ham” button to user row actions. |
| bp_core_admin_user_spammed_js() |
Inline script that adds the ‘site-spammed’ class to spammed users. |
| bp_core_admin_users_tabs() |
Output the tabs in the admin area. |
| bp_core_ajax_url() |
Get the proper value for BP’s ajaxurl. |
| bp_core_ajax_widget_friends() |
Process AJAX pagination or filtering for the Connections widget. |
| bp_core_ajax_widget_members() |
AJAX request handler for Members widgets. |
| bp_core_allow_default_theme() |
On multiblog installations you must first allow themes to be activated and show up on the theme selection screen. This function will let the BuddyPress bundled themes show up on the root blog selection screen and bypass this step. It also means that the themes won’t show for selection on other blogs. |
| bp_core_avatar_default() |
Get the URL of the ‘full’ default avatar. |
| bp_core_avatar_default_thumb() |
Get the URL of the ‘thumb’ default avatar. |
| bp_core_avatar_dimension() |
Utility function for fetching an avatar dimension setting. |
| bp_core_avatar_full_height() |
Get the ‘full’ avatar height setting. |
| bp_core_avatar_full_width() |
Get the ‘full’ avatar width setting. |
| bp_core_avatar_handle_crop() |
Crop an uploaded avatar. |
| bp_core_avatar_handle_upload() |
Handle avatar uploading. |
| bp_core_avatar_original_max_filesize() |
Get the max filesize for original avatar uploads. |
| bp_core_avatar_original_max_width() |
Get the max width for original avatar uploads. |
| bp_core_avatar_reset_query() |
Reset the week parameter of the WordPress main query if needed. |
| bp_core_avatar_scripts() |
Enqueues the css and js required by the Avatar UI. |
| bp_core_avatar_thumb_height() |
Get the ‘thumb’ avatar height setting. |
| bp_core_avatar_thumb_width() |
Get the ‘thumb’ avatar width setting. |
| bp_core_avatar_upload_path() |
Get the absolute upload path for the WP installation. |
| bp_core_avatar_url() |
Get the raw base URL for root site upload location. |
| bp_core_boot_spammer() |
Prevent spammers from logging in. |
| bp_core_can_edit_settings() |
Check whether the logged-in user can edit settings for the displayed user. |
| bp_core_catch_no_access() |
Catch unauthorized access to certain BuddyPress pages and redirect accordingly. |
| bp_core_catch_profile_uri() |
Redirect away from /profile URIs if XProfile is not enabled. |
| bp_core_change_privacy_policy_link_on_private_network() |
Change the Privacy Policy link if private network is enabled. |
| bp_core_check_avatar_size() |
Is the file size of the current avatar upload permitted? |
| bp_core_check_avatar_type() |
Does the current avatar upload have an allowed file type? |
| bp_core_check_avatar_upload() |
Is the current avatar upload error-free? |
| bp_core_check_for_blacklist() |
Check for blocked keys. |
| bp_core_check_for_flood() |
Check for flooding. |
| bp_core_check_for_moderation() |
Check for moderation keys and too many links. |
| bp_core_check_notification_access() |
Check if a user has access to a specific notification. |
| bp_core_clear_cache() |
Prune the WP Super Cache. |
| bp_core_clear_directory_pages_cache_page_edit() |
Clear the directory_pages cache when one of the pages is updated. |
| bp_core_clear_directory_pages_cache_settings_edit() |
Clear the directory_pages cache when the bp-pages option is updated. |
| bp_core_clear_member_count_caches() |
Clear member count caches and transients. |