Hooks |
Description |
---|---|
bp_attachments_pre_cover_image_ajax_upload |
Filters whether or not to handle cover photo uploading. |
bp_attachments_pre_delete_file |
Filters whether or not to handle deleting an existing BuddyPress attachment. |
bp_attachments_pre_get_attachment |
Filters whether or not to handle fetching a BuddyPress image attachment. |
bp_attachments_uploads_dir_get |
Filter here to edit the Attachments upload dir data. |
bp_avatar_is_front_edit |
Use this filter if you need to : – Load the avatar UI for a component that is !groups or !user (return true regarding your conditions) – Completely disable the avatar UI introduced in 2.3 (eg: __return_false()) |
bp_avatar_pre_handle_capture |
Filters whether or not to handle avatar webcam capture. |
bp_avatar_use_webcam |
Use this filter if you need to disable the webcam capture feature by returning false. |
bp_before_{$component}_loop |
Fires before the start of the component loop. |
bp_before_{$core_screen[‘hook’]} |
Fires before the display of group delete admin. |
bp_before_{$filter_key}_parse_args |
Filters the arguments key before parsing if filter key provided. |
bp_before_activity_comment |
Fires before the display of an activity comment. |
bp_before_activity_delete |
Fires before an activity item proceeds to be deleted. |
bp_before_activity_post_form |
Fires before the activity post form. |
bp_before_album_delete |
Fires before an album item proceeds to be deleted. |
bp_before_directory_activity |
Fires at the begining of the templates BP injected content. |
bp_before_directory_activity_content |
Fires before the activity directory display content. |
bp_before_directory_blogs |
Fires before the display of the blogs. |
bp_before_directory_blogs_content |
Fires before the display of the blogs listing content. |
bp_before_directory_blogs_page |
Fires at the begining of the templates BP injected content. |
bp_before_directory_blogs_tabs |
Fires before the display of the blogs list tabs. |
bp_before_directory_document |
Fires at the beginning of the templates BP injected content. |
bp_before_directory_document_content |
Fires before the document directory display content. |
bp_before_directory_document_tabs |
Fires before the display of the members list tabs. |
bp_before_directory_groups |
Fires before the display of the groups. |
bp_before_directory_groups_content |
Fires before the display of the groups content. |
bp_before_directory_groups_page |
Fires at the begining of the templates BP injected content. |
bp_before_directory_media |
Fires at the begining of the templates BP injected content. |
bp_before_directory_media_content |
Fires before the media directory display content. |
bp_before_directory_media_tabs |
Fires before the display of the members list tabs. |
bp_before_directory_members |
Fires before the display of the members. |
bp_before_directory_members_content |
Fires before the display of the members content. |
bp_before_directory_members_page |
Fires at the begining of the templates BP injected content. |
bp_before_directory_members_tabs |
Fires before the display of the members list tabs. |
bp_before_document_delete |
Fires before an document item proceeds to be deleted. |
bp_before_email_footer |
Fires before the display of the email template footer. |
bp_before_email_header |
Fires before the display of the email template header. |
bp_before_email_recipient |
Fires before the display of the email recipient. |
bp_before_folder_delete |
Fires before an folder item proceeds to be deleted. |
bp_before_group_activity_post_form |
Fires before the display of the group activity post form. |
bp_before_group_admin_content |
Fires inside the group admin form and before the content. |
bp_before_group_body |
Fires before the display of the group home body. |
bp_before_group_creation_step_buttons |
Fires before the display of the group creation step buttons. |
bp_before_group_header |
Fires before the display of a group’s header. |
bp_before_group_send_invites_content |
Fires before the send invites content. |
bp_before_group_status_message |
Fires before the display of the group status message. |
bp_before_login_widget_loggedin |
Fires before the display of widget content if logged in. |
bp_before_login_widget_loggedout |
Fires before the display of widget content if logged out. |
bp_before_media_delete |
Fires before an media item proceeds to be deleted. |
bp_before_member_activity_post_form |
Fires before the display of the member activity post form. |
bp_before_member_body |
Fires before the display of member body content. |