Hooks |
Description |
---|---|
bp_rest_xprofile_types_get_items |
Fires after a list of field are fetched via the REST API. |
bp_rest_xprofile_types_get_items_permissions_check |
Filter the XProfile types `get_items` permissions check. |
bp_rest_xprofile_types_prepare_value |
Filter the XProfile field returned from the API. |
bp_rest_xprofile_types_schema |
Filters the xprofile field group schema. |
bp_rest_xprofile_update_collection_params |
Filters the collection query params. |
bp_rest_xprofile_update_items |
Fires after a XProfile update is created via the REST API. |
bp_rest_xprofile_update_items_permissions_check |
Filter the XProfile updates `update_items` permissions check. |
bp_rest_xprofile_update_schema |
Filters the xprofile field group schema. |
bp_restrict_group_creation |
Filters whether or not group creation is turned off. |
bp_screens |
Fires inside the ‘bp_screens’ function, which runs just before rendering. |
Bp_Search_Activities_sql |
SELECT DISTINCT a.id FROM wp_bp_activity a WHERE a.is_spam = 0 AND a.content LIKE ‘%nothing%’ AND a.hide_sitewide = 0 AND a.type NOT IN (‘activity_comment’, ‘last_activity’) |
Bp_Search_Activity_Comment_sql |
SELECT DISTINCT a.id FROM wp_bp_activity a WHERE a.is_spam = 0 AND a.content LIKE ‘%nothing%’ AND a.hide_sitewide = 0 AND a.type NOT IN (‘activity_comment’, ‘last_activity’) |
bp_search_additional_search_helpers |
Hook to load helper classes for additional search types. |
bp_search_before_result |
the template file to display content search result page instead create a folder ‘buddyboss-global-search’ inside your theme, copy this file over there, and make changes there |
bp_search_class_search_wrap |
the following variable will be an object of current search type helper class e.g: an object of Bp_Search_Groups or Bp_Search_Posts etc. |
bp_search_form_action |
Filters the “action” attribute for search forms. |
bp_search_form_type_select |
Filters the complete |
bp_search_form_type_select_options |
Filters all of the component options available for search scope. |
bp_search_get_settings_fields |
General Section ***************************************************** |
bp_search_group_or_type_title |
All helper classes must inherit from bp_search_Type |
Bp_Search_Groups_sql |
Properly handle hidden groups. |
bp_search_label_search_type |
All helper classes must inherit from bp_search_Type |
bp_search_query_results |
the following variable will be an object of current search type helper class e.g: an object of Bp_Search_Groups or Bp_Search_Posts etc. |
bp_search_settings_post_type_taxonomies |
Filter to add or remove the Taxonomy from Post Type |
bp_send_email |
Gives access to an email before it is sent. |
bp_send_email_delivery_class |
Filter the email delivery class. |
bp_send_email_failure |
Fires after BuddyPress has tried – and failed – to send an email. |
bp_send_email_success |
Fires after BuddyPress has succesfully sent an email. |
bp_set_member_type |
Fires just after a user’s profile type has been changed. |
bp_set_object_terms |
Fires when taxonomy terms have been set on BuddyPress objects. |
bp_set_user_member_type |
Fires just after a user’s profile type has been changed. |
bp_settings_admin_tabs |
Fires after the output of tabs for the admin area. |
bp_settings_capabilities_after_save |
Fires after the capabilities settings have been saved and before redirect. |
bp_settings_capabilities_before_save |
Fires before the capabilities settings have been saved. |
bp_settings_screen_capabilities |
Filters the template file path to use for the capabilities settings screen. |
bp_settings_screen_delete_account |
Filters the template file path to use for the delete-account settings screen. |
bp_settings_screen_export_data_settings |
Filters the template file path to use for the notification settings screen. |
bp_settings_screen_general_settings |
Filters the template file path to use for the general settings screen. |
bp_settings_screen_notification_settings |
Filters the template file path to use for the notification settings screen. |
bp_settings_screen_xprofile |
Filters the template to load for the XProfile settings screen. |
bp_setup_admin_bar |
Fires inside the ‘bp_setup_admin_bar’ function, where plugins should add items to the WP admin bar. |
bp_setup_cache_groups |
Fires inside the ‘bp_setup_cache_groups’ function, where cache groups are registered. |
bp_setup_canonical_stack |
Fires inside the ‘bp_setup_canonical_stack’ function, where plugins should set up their canonical URL. |
bp_setup_components |
Fires inside the ‘bp_setup_components’ function, where plugins should initialize components. |
bp_setup_current_user |
Fires to set up the current user setup process. |
bp_setup_globals |
Fires inside the ‘bp_setup_globals’ function, where plugins should initialize global settings. |
bp_setup_integrations |
Fires inside the ‘bp_setup_integrations’ function, where plugins should initialize components. |
bp_setup_nav |
Fires inside the ‘bp_setup_nav’ function, where plugins should register their navigation items. |
bp_setup_option_filters |
Fires after the addition of filters to each BuddyPress option. |
bp_setup_theme |
Fires inside the ‘bp_setup_theme’ function. |