Functions
Description
bp_core_fix_media_activities()

Fix media activities

Source: bp-core/bp-core-update.php:1073

bp_core_fix_notices_woocommerce_admin_status()

Fix PHP notices in WooCommerce status Menu

Source: bp-core/compatibility/bp-incompatible-plugins-helper.php:382

bp_core_fix_wpml_redirection()

Add fix for WPML redirect issue

Source: bp-core/compatibility/bp-incompatible-plugins-helper.php:87

bp_core_flush_illegal_names()

Flush illegal names by getting and setting ‘illegal_names’ site option.

Source: bp-members/bp-members-functions.php:1474

bp_core_format_date()

Output formatted date from a date string.

Source: bp-core/bp-core-functions.php:1411

bp_core_format_size_units()

Format file size units

Source: bp-core/bp-core-functions.php:4942

bp_core_get_active_custom_post_type_feed()

Returns the active custom post type activity feed CPT array.

Source: bp-core/bp-core-functions.php:4428

bp_core_get_active_member_count()

Return the total number of members, limited to those members with last_activity.

Source: bp-members/bp-members-functions.php:694

bp_core_get_admin_active_tab()

Get the slug of the current setting tab

Source: bp-core/admin/bp-core-admin-functions.php:707

bp_core_get_admin_active_tab_object()

Get the object of the current setting tab

Source: bp-core/admin/bp-core-admin-functions.php:717

bp_core_get_admin_integration_active_tab()

Set the default integration tab

Source: bp-core/admin/bp-core-admin-functions.php:844

bp_core_get_admin_integration_active_tab_object()

Get the object of the current integration tab

Source: bp-core/admin/bp-core-admin-functions.php:864

bp_core_get_admin_integrations_tabs()

Get the data for the tabs in the admin area.

Source: bp-core/admin/bp-core-admin-functions.php:797

bp_core_get_admin_tabs()

Get the data for the tabs in the admin area.

Source: bp-core/admin/bp-core-admin-functions.php:651

bp_core_get_all_file_from_dir_and_subdir()

Get all files and folders from the dir and sub dir

Source: bp-core/bp-core-help.php:279

bp_core_get_all_member_count()

Return the total number of members for the installation.

Source: bp-members/bp-members-functions.php:645

bp_core_get_all_posts_for_user()

Fetch every post that is authored by the given user for the current blog.

Source: bp-members/bp-members-functions.php:1268

bp_core_get_allowed_avatar_mimes()

Get allowed avatar mime types.

Source: bp-core/bp-core-avatars.php:1604

bp_core_get_allowed_avatar_types()

Get allowed avatar types.

Source: bp-core/bp-core-avatars.php:1576

bp_core_get_avatar_data_url_filter()

Filter {@link get_avatar_url()} to use the BuddyPress user avatar URL.

Source: bp-core/bp-core-avatars.php:1484

bp_core_get_component_search_query_arg()

Get the ‘search’ query argument for a given component.

Source: bp-core/bp-core-functions.php:967

bp_core_get_components()

Return a list of component information.

Source: bp-core/bp-core-functions.php:2501

bp_core_get_core_userdata()

Fetch everything in the wp_users table for a user, without any usermeta.

Source: bp-members/bp-members-functions.php:215

bp_core_get_cover_image_dimensions()

Filter to change cover image dimensions to original for group and profile.

Source: bp-core/bp-core-filters.php:1445

bp_core_get_directory_page_default_titles()

Get the default page titles for BP directory pages.

Source: bp-core/bp-core-functions.php:776

bp_core_get_directory_page_id()

Get the page ID corresponding to a component directory.

Source: bp-core/bp-core-functions.php:554

bp_core_get_directory_page_ids()

Fetch a list of BP directory pages from the appropriate meta table.

Source: bp-core/bp-core-functions.php:507

bp_core_get_directory_pages()

Get names and slugs for BuddyPress component directory pages.

Source: bp-core/bp-core-functions.php:592

bp_core_get_displayed_userid()

Return the ID of a user, based on user_login.

Source: bp-members/bp-members-functions.php:243

bp_core_get_emails_admin_tabs()

Register tabs for the BuddyBoss > Emails screens.

Source: bp-core/admin/bp-core-admin-functions.php:2738

bp_core_get_format_date()

Return formatted date from a date string.

Source: bp-core/bp-core-functions.php:1424

bp_core_get_forums_admin_tabs()

Register tabs for the BuddyBoss > Forums screens.

Source: bp-forums/admin.php:225

bp_core_get_group_avatar()

Get Group avatar.

Source: bp-core/bp-core-functions.php:4734

bp_core_get_groups_admin_tabs()

Register tabs for the BuddyBoss > Groups screens.

Source: bp-core/admin/bp-core-admin-functions.php:2646

bp_core_get_illegal_names()

Add BuddyPress-specific items to the illegal_names array.

Source: bp-members/bp-members-functions.php:1489

bp_core_get_incremented_cache()

Gets a value that has been cached using an incremented key.

Source: bp-core/bp-core-cache.php:286

bp_core_get_incremented_cache_key()

Gets the key to be used when caching a value using an incremented cache key.

Source: bp-core/bp-core-cache.php:343

bp_core_get_incrementor()

Gets a group-specific cache incrementor.

Source: bp-core/bp-core-cache.php:363

bp_core_get_iso8601_date()

Return an ISO-8601 date from a date string.

Source: bp-core/bp-core-functions.php:1367

bp_core_get_js_dependencies()

Get the JavaScript dependencies for buddypress.js.

Source: bp-core/bp-core-cssjs.php:605

bp_core_get_last_activity()

Format last activity string based on time since date given.

Source: bp-core/bp-core-functions.php:1629

bp_core_get_member_display_name()

Get the display_name for member based on user_id

Source: bp-core/deprecated/buddyboss/1.2.2.php:21

bp_core_get_minified_asset_suffix()

Get the correct filename suffix for minified assets.

Source: bp-core/bp-core-functions.php:2488

bp_core_get_notification()

Get a specific notification by its ID.

Source: bp-core/deprecated/buddypress/1.9.php:93

bp_core_get_notifications_for_user()

Get notifications for a specific user.

Source: bp-core/deprecated/buddypress/1.9.php:117

bp_core_get_packaged_component_ids()

Returns an array of core component IDs.

Source: bp-core/bp-core-functions.php:477

bp_core_get_post_id_by_slug()

Get Post id by Post SLUG

Source: bp-core/bp-core-functions.php:4512

bp_core_get_post_slug_by_index()

Generate post slug by files name

Source: bp-core/bp-core-functions.php:4543

bp_core_get_profile_completion_key()

Function which return the profile completion key.

Source: bp-core/bp-core-functions.php:5091

bp_core_get_random_member()

Redirect to a random member page when visiting a ?random-member URL.

Source: bp-members/actions/random.php:14