Functions |
Description |
|---|---|
| bp_core_fix_media_activities() |
Fix media activities |
| bp_core_fix_notices_woocommerce_admin_status() |
Fix PHP notices in WooCommerce status Menu |
| bp_core_fix_wpml_redirection() |
Add fix for WPML redirect issue |
| bp_core_flush_illegal_names() |
Flush illegal names by getting and setting ‘illegal_names’ site option. |
| bp_core_format_date() |
Output formatted date from a date string. |
| bp_core_format_size_units() |
Format file size units |
| bp_core_get_active_custom_post_type_feed() |
Returns the active custom post type activity feed CPT array. |
| bp_core_get_active_member_count() |
Return the total number of members, limited to those members with last_activity. |
| bp_core_get_admin_active_tab() |
Get the slug of the current setting tab |
| bp_core_get_admin_active_tab_object() |
Get the object of the current setting tab |
| bp_core_get_admin_integration_active_tab() |
Set the default integration tab |
| bp_core_get_admin_integration_active_tab_object() |
Get the object of the current integration tab |
| bp_core_get_admin_integrations_tabs() |
Get the data for the tabs in the admin area. |
| bp_core_get_admin_tabs() |
Get the data for the tabs in the admin area. |
| bp_core_get_all_file_from_dir_and_subdir() |
Get all files and folders from the dir and sub dir |
| bp_core_get_all_member_count() |
Return the total number of members for the installation. |
| bp_core_get_all_posts_for_user() |
Fetch every post that is authored by the given user for the current blog. |
| bp_core_get_allowed_avatar_mimes() |
Get allowed avatar mime types. |
| bp_core_get_allowed_avatar_types() |
Get allowed avatar types. |
| bp_core_get_avatar_data_url_filter() |
Filter {@link get_avatar_url()} to use the BuddyPress user avatar URL. |
| bp_core_get_component_search_query_arg() |
Get the ‘search’ query argument for a given component. |
| bp_core_get_components() |
Return a list of component information. |
| bp_core_get_core_userdata() |
Fetch everything in the wp_users table for a user, without any usermeta. |
| bp_core_get_cover_image_dimensions() |
Filter to change cover image dimensions to original for group and profile. |
| bp_core_get_directory_page_default_titles() |
Get the default page titles for BP directory pages. |
| bp_core_get_directory_page_id() |
Get the page ID corresponding to a component directory. |
| bp_core_get_directory_page_ids() |
Fetch a list of BP directory pages from the appropriate meta table. |
| bp_core_get_directory_pages() |
Get names and slugs for BuddyPress component directory pages. |
| bp_core_get_displayed_userid() |
Return the ID of a user, based on user_login. |
| bp_core_get_emails_admin_tabs() |
Register tabs for the BuddyBoss > Emails screens. |
| bp_core_get_format_date() |
Return formatted date from a date string. |
| bp_core_get_forums_admin_tabs() |
Register tabs for the BuddyBoss > Forums screens. |
| bp_core_get_group_avatar() |
Get Group avatar. |
| bp_core_get_groups_admin_tabs() |
Register tabs for the BuddyBoss > Groups screens. |
| bp_core_get_illegal_names() |
Add BuddyPress-specific items to the illegal_names array. |
| bp_core_get_incremented_cache() |
Gets a value that has been cached using an incremented key. |
| bp_core_get_incremented_cache_key() |
Gets the key to be used when caching a value using an incremented cache key. |
| bp_core_get_incrementor() |
Gets a group-specific cache incrementor. |
| bp_core_get_iso8601_date() |
Return an ISO-8601 date from a date string. |
| bp_core_get_js_dependencies() |
Get the JavaScript dependencies for buddypress.js. |
| bp_core_get_last_activity() |
Format last activity string based on time since date given. |
| bp_core_get_member_display_name() |
Get the display_name for member based on user_id |
| bp_core_get_minified_asset_suffix() |
Get the correct filename suffix for minified assets. |
| bp_core_get_notification() |
Get a specific notification by its ID. |
| bp_core_get_notifications_for_user() |
Get notifications for a specific user. |
| bp_core_get_packaged_component_ids() |
Returns an array of core component IDs. |
| bp_core_get_post_id_by_slug() |
Get Post id by Post SLUG |
| bp_core_get_post_slug_by_index() |
Generate post slug by files name |
| bp_core_get_profile_completion_key() |
Function which return the profile completion key. |
| bp_core_get_random_member() |
Redirect to a random member page when visiting a ?random-member URL. |