Functions |
Description |
---|---|
bp_remove_adjacent_posts_rel_link() |
Remove “prev” and “next” relational links from on BuddyPress pages. |
bp_remove_all_filters() |
Remove all filters from a WordPress filter hook. |
bp_remove_avatar_settings_from_options_discussion_page() |
Adds CSS to remove the Default Avatar settings from /wp-admin/options-discussion.php page. |
bp_remove_badgeos_conflict_ckeditor_dequeue_script() | |
bp_remove_caps() |
Remove capabilities from WordPress user roles. |
bp_remove_event_manager_plugin_version_check_dependency() |
Add compatibility of Events Manager plugin with platform. |
bp_remove_follow_data() |
Removes follow relationships for all users from a user who is deleted or spammed |
bp_remove_group_type_on_group_delete() |
Delete a group’s type when the group is deleted. |
bp_remove_member_type() |
Remove type for a member. |
bp_remove_member_type_metabox() |
Remove profile type metabox for users who doesn’t have permission to change profile types. |
bp_remove_member_type_metabox_globally() |
Removes metabox from member profile if profile types are disabled. |
bp_remove_member_type_on_user_delete() |
Delete a user’s profile type when the user when the user is deleted. |
bp_remove_member_type_to_roles() |
Removes the role from profile type. |
bp_remove_object_terms() |
Remove taxonomy terms on a BuddyPress object. |
bp_remove_roles() |
Removes BuddyPress-specific user roles. |
bp_remove_user_blog_disable_medium_editor_js() |
Fix Medium Editor version conflict with user blog plugin |
bp_remove_wc_lostpassword_url() |
Returns the url to the lost password. |
bp_repair_community_submenu_page() |
Render the BuddyBoss Repair Community page. |
bp_repeater_set_field_data_pre_validate() |
Prevalidate repeater set data. |
bp_replace_the_content() |
Conditionally replace ‘the_content’. |
bp_replies_admin_replies_listing_add_tab() |
Add Navigation tab on top of the page BuddyBoss > Forums > Replies Templates |
bp_request() |
Fire the ‘bp_request’ filter, a piggy-back of WP’s ‘request’. |
bp_rest_api_init() |
Fire the ‘bp_rest_api_init’ action, where BuddyPress registers REST API endpoints. |
bp_rest_api_is_available() |
Check the availability of the BP REST API. |
bp_rest_api_register_request_script() |
Register the jQuery.ajax wrapper for BP REST API requests. |
bp_rest_get_user() |
Get the user object, if the ID is valid. |
bp_rest_get_user_url() |
Get user URL. |
bp_rest_in_buddypress() |
Should we use the REST Endpoints of built BuddyBoss? |
bp_rest_is_plugin_active() |
Is the BP REST plugin is active? |
bp_rest_namespace() |
BuddyBoss REST API namespace. |
bp_rest_prepare_date_response() |
Convert the input date to RFC3339 format. |
bp_rest_register_field() |
Registers a new field on an existing BuddyBoss object. |
bp_rest_response_add_total_headers() |
Set headers to let the Client Script be aware of the pagination. |
bp_rest_restrict_oembed_request_post_id() |
Restrict users to access media and documents from `/wp-json/oembed/1.0/embed` |
bp_rest_restrict_wp_attachment_query() |
Update attachment rest query argument to hide media/document from media endpoints. |
bp_rest_restrict_wp_attachment_response() |
Empty response in single WordPress Media endpoint when fetch media/document. |
bp_rest_sanitize_group_types() |
Clean up group_type input. |
bp_rest_sanitize_member_types() |
Clean up member_type input. |
bp_rest_sanitize_string_list() |
Clean up an array, comma- or space-separated list of strings. |
bp_rest_validate_group_types() |
Validate group_type input. |
bp_rest_validate_member_types() |
Validate member_type input. |
bp_rest_version() |
BuddyBoss REST API version. |
bp_restore_all_filters() |
Restore filters that were removed using bp_remove_all_filters(). |
bp_restrict_group_creation() |
Is group creation turned off? |
bp_restrict_single_attachment() |
Restrict user when visit attachment url from media/document. |
bp_rewind_blogs() |
Rewind the blogs and reset blog index. |
bp_root_domain() |
Output the “root domain”, the URL of the BP root blog. |
bp_root_slug() |
Output the root slug for a given component. |
bp_sanitize_pagination_arg() |
Sanitizes a pagination argument based on both the request override and the original value submitted via a query argument, likely to a template class responsible for limiting the resultset of a template loop. |
bp_save_group_type_post_meta_box_data() |
Save group type post data. |