Functions |
Description |
|---|---|
| bp_core_clear_root_options_cache() |
Clear the root_blog_options cache when any of its options are updated. |
| bp_core_clear_user_object_cache() |
Clear all cached objects for a user, or those that a user is part of. |
| bp_core_compatibility_do_settings_sections() |
Prints out all settings sections added to a particular settings page |
| bp_core_component_slug_from_root_slug() |
Create a default component slug from a WP page root_slug. |
| bp_core_confirmation_js() |
Load the JS for “Are you sure?” confirm links. |
| bp_core_cover_image_scripts() |
Enqueues the css and js required by the Cover Photo UI. |
| bp_core_create_nav_link() |
Add a link to the main BuddyPress navigation. |
| bp_core_create_root_component_page() |
Create WordPress pages to be used as BP component directories. |
| bp_core_create_subnav_link() |
Add a subnav link to the BuddyPress navigation. |
| bp_core_current_time() |
Get the current GMT time to save into the DB. |
| bp_core_current_user_ip() |
Get the current user’s IP address. |
| bp_core_current_user_ua() |
Get the current user’s user-agent. |
| bp_core_date_format() |
Return the Default date format |
| bp_core_define_slugs() |
Define the slug constants for the Members component. |
| bp_core_delete_account() |
Process account deletion requests. |
| bp_core_delete_all_notifications_by_type() |
Delete all notifications for by type. |
| bp_core_delete_avatar_on_user_delete() |
Delete a user’s avatar when the user is deleted. |
| bp_core_delete_existing_avatar() |
Delete an existing avatar. |
| bp_core_delete_incremented_cache() |
Delete a value that has been cached using an incremented key. |
| bp_core_delete_notification() |
Delete a specific notification by its ID. |
| bp_core_delete_notifications_by_item_id() |
Delete notifications for an item ID. |
| bp_core_delete_notifications_by_type() |
Delete notifications for a user by type. |
| bp_core_delete_notifications_for_user_by_item_id() | |
| bp_core_delete_notifications_for_user_by_type() |
BP 1.5 simplified notification functions a bit |
| bp_core_delete_notifications_from_user() |
Delete all notifications for a user. |
| bp_core_delete_transient_query() |
Function deletes Transient based on the transient name specified. |
| bp_core_deprecated_email_actions() |
Add support for pre-2.5 email actions. |
| bp_core_deprecated_email_filters() |
Add support for pre-2.5 email filters. |
| bp_core_display_name_format() |
Default display name format. |
| bp_core_do_network_admin() |
Should BuddyPress appear in network admin (vs a single site Dashboard)? |
| bp_core_dynamically_add_number_in_path() |
Dynamically add the number slug before folder path |
| bp_core_email_from_address_filter() |
Sets the “From” address in emails sent |
| bp_core_email_from_name_filter() |
Set “From” name in outgoing email to the site name. |
| bp_core_enable_root_profiles() |
Are root profiles enabled and allowed? |
| bp_core_enqueue_admin_bar_css() |
Enqueue supplemental WordPress Toolbar styling. |
| bp_core_enqueue_isInViewPort() | |
| bp_core_enqueue_livestamp() |
Enqueue and localize livestamp.js script. |
| bp_core_exclude_pages() |
Prevent specific pages (eg ‘Activate’) from showing on page listings. |
| bp_core_exclude_pages_from_nav_menu_admin() |
Prevent specific pages (eg ‘Activate’) from showing in the Pages meta box of the Menu Administration screen. |
| bp_core_extract_media_from_content() |
Extracts media metadata from a given content. |
| bp_core_fetch_avatar() |
Get an avatar for a BuddyPress object. |
| bp_core_fetch_avatar_filter() |
Replace default WordPress avatars with BP avatars, if available. |
| bp_core_filter_blog_welcome_email() |
Replace the generated password in the welcome email with ‘[User Set]’. |
| bp_core_filter_comments() |
Filter the blog post comments array and insert BuddyPress URLs for users. |
| bp_core_filter_edit_post_link() |
Filter the edit post link to avoid its display in BuddyPress pages. |
| bp_core_filter_user_welcome_email() |
Replace the generated password in the welcome email with ‘[User Set]’. |
| bp_core_filter_wp_query() |
Stop WordPress performing a DB query for its main loop. |
| bp_core_fix_admin_bar_names() |
Replace admin bar “Howdy” text Use proper display name and mention |
| bp_core_fix_forums_media() |
Fix forums media |
| bp_core_fix_forums_subscriptions_tab() |
Fix forums subscription tab in user’s profile. |