Hooks |
Description |
---|---|
bp_setup_theme_compat |
Fires if there are no found templates to load and theme compat is needed. |
bp_setup_title |
Fires inside the ‘bp_setup_title’ function, where plugins should modify the page title. |
bp_show_admin_adminbar |
Filters whether or not the toolbar is hidden for admin users. |
bp_show_login_adminbar |
Filters whether or not the toolbar is hidden for logged in users (non-admins). |
bp_signup_pre_validate |
Fires before the validation of a new signup. |
bp_signup_subdomain_base |
Filters the base URL for subdomain installations of WordPress Multisite. |
bp_signup_usermeta |
Filters the user meta used for signup. |
bp_signup_validate |
Fires after the validation of a new signup. |
bp_signups_admin_allowed_actions |
Filters the allowed actions for use in the user signups admin page. |
bp_signups_admin_load |
Fires at the start of the signups admin load. |
bp_site_name |
Filters the name of the BP site. Used in RSS headers. |
bp_static_pages |
Filters the default static pages for BuddyPress setup. |
bp_suggestions_args |
Filters the arguments to be validated for the BP_Suggestions query. |
bp_suggestions_services |
Filters the default suggestions service to use. |
bp_suggestions_validate_args |
Filters the status of validation for the BP_Suggestions query. |
bp_template_hierarchy_{$component} |
Filters the template hierarchy for theme compat and registration/activation pages. |
bp_template_hierarchy_activity_directory |
Filters the template hierarchy for the activity directory page. |
bp_template_hierarchy_activity_single_item |
Filters the template hierarchy for the activity permalink pages. |
bp_template_hierarchy_blogs_create |
Filters the custom templates used for theme compat with the blog create page. |
bp_template_hierarchy_document_directory |
Filters the template hierarchy for the document directory page. |
bp_template_hierarchy_document_single_item |
Filters the template hierarchy for the document permalink pages. |
bp_template_hierarchy_groups_create |
Filters the Groups create page template hierarchy based on priority. |
bp_template_hierarchy_groups_directory |
Filters the Groups directory page template hierarchy based on priority. |
bp_template_hierarchy_groups_single_item |
Filters the Groups single pages template hierarchy based on priority. |
bp_template_hierarchy_media_directory |
Filters the template hierarchy for the media directory page. |
bp_template_hierarchy_media_single_item |
Filters the template hierarchy for the media permalink pages. |
bp_template_hierarchy_members_directory |
Filters the template hierarchy for theme compat and members directory page. |
bp_template_hierarchy_members_single_item |
Filters the template hierarchy for theme compat and member pages. |
bp_template_include |
Filters the template to use with template_include. |
bp_template_include_reset_dummy_post_data |
Fires when resetting main query vars and filtering ‘the_content’ to output BuddyPress template parts. |
bp_template_include_theme_compat |
Filters the template name to include. |
bp_template_include_theme_supports |
Filters the final template being loaded in parent/child themes. |
bp_template_redirect |
Fires inside the ‘bp_template_redirect’ function. |
bp_the_profile_field_type |
Filters the XProfile field type. |
bp_theme_compat_actions |
Fires after all of the BuddyPress theme compat actions have been added. |
bp_tools_settings_admin_tabs |
Fires after the output of tabs for the admin area. |
bp_uninstall |
Fires during the uninstallation of BuddyPress. |
bp_update_is_directory |
Filters the “is_directory” global value. |
bp_update_is_item_admin |
Filters the “is_item_admin” global value. |
bp_update_is_item_mod |
Filters the “is_item_mod” global value. |
bp_uri |
Filters the BuddyPress global URI path. |
bp_use_embed_in_activity_replies |
Filters whether or not oEmbeds are allowed in activity replies. |
bp_use_embed_in_private_messages |
Filters whether or not oEmbeds are allowed in private messages. |
bp_use_legacy_activity_query |
Filters if BuddyPress should use the legacy activity query. |
bp_use_legacy_group_member_query |
Before we potentially switch the group status, if it has been changed to public from private and there are outstanding membership requests, auto-accept those requests. |
bp_use_oembed_in_activity |
Filters whether or not oEmbeds are allowed in activity items. |
bp_use_theme_compat_with_current_theme |
Filters whether or not to use theme compat for the active theme. |
bp_use_wp_admin_bar |
Filters whether or not to use the admin bar. |
bp_user_can |
Filters whether or not the specified user has a given capability on a given site. |
bp_user_can_create_groups |
Filters if the current logged in user can create groups. |