Hooks |
Description |
---|---|
bp_after_group_body |
Fires after the display of the group home body. |
bp_after_group_creation_step_buttons |
Fires after the display of the group creation step buttons. |
bp_after_group_header |
Fires after the display of a group’s header. |
bp_after_group_send_invites_content |
Fires after the send invites content. |
bp_after_group_status_message |
Fires after the display of the group status message. |
bp_after_login_widget_loggedin |
Fires after the display of widget content if logged in. |
bp_after_login_widget_loggedout |
Fires after the display of widget content if logged out. |
bp_after_member_activity_post_form |
Fires after the display of the member activity post form. |
bp_after_member_body |
Fires after the display of member body content. |
bp_after_member_header |
Fires after the display of a member’s header. |
bp_after_member_messages_content |
Fires after the member messages content. |
bp_after_profile_field_content |
Fires after the display of member profile field content. |
bp_after_profile_loop_content |
Fires after the display of member profile loop content. |
bp_after_setup_actions |
Fires after the setup of all BuddyPress actions. |
bp_after_setup_theme |
Fires inside the ‘bp_after_setup_theme’ function. |
bp_after_single_activity |
Fires after the single activity listing. |
bp_after_single_activity_content |
Fires after the single activity display content. |
bp_ajax_querystring |
Filters the template paramenters to be used in the query string. |
bp_akismet_build_akismet_data_package |
Filters activity data before being sent to Akismet to inspect. |
bp_akismet_comment_row_action |
Filters the list of actions for the current activity’s row. |
bp_akismet_get_activity_types |
Filters the list of activity types that Akismet should automatically check for spam. |
bp_album_add |
Fires at the end of the execution of adding a new album item, before returning the new album item ID. |
bp_album_delete |
Fires after the album item has been deleted. |
bp_album_get |
Filters the requested album item(s). |
bp_album_get_specific |
Filters the requested specific album item. |
bp_album_has_more_items |
Filters whether there are more album items to display. |
bp_album_user_can_delete |
Filters whether the current user can delete an album item. |
bp_albums_deleted_albums |
Fires after the album item has been deleted. |
bp_allow_custom_registration |
Filters whether or not allow custom registrations. |
bp_allowed_themes |
Filters the allowed themes list for BuddyPress-specific themes. |
bp_attachment_avatar_params |
Use this filter to include specific BuddyPress params for your object. |
bp_attachment_avatar_script_data |
Use this filter to override/extend the avatar script data. |
bp_attachment_cover_image_params |
Filters the cover photo params to include specific BuddyPress params for your object. |
bp_attachment_upload_dir |
Filters the component’s upload directory. |
bp_attachment_upload_overrides |
If you need to add some overrides we haven’t thought of. |
bp_attachments_avatar_check_template |
This action is for internal use, please do not use it |
bp_attachments_avatar_delete_template |
Fires inside the avatar delete frontend template markup if no other data.object condition is met. |
bp_attachments_avatar_main_template |
Fires after the avatar main frontend template markup. |
bp_attachments_avatar_nav |
Use this filter to add a navigation to a custom tool to set the object’s avatar. |
bp_attachments_cover_image_delete_template |
Fires inside the cover photo delete frontend template markup if no other data.object condition is met. |
bp_attachments_cover_image_main_template |
Fires after the cover photo main frontend template markup. |
bp_attachments_cover_image_script_data |
Filters the cover photo script data. |
bp_attachments_cover_image_upload_dir |
Filters the cover photo upload directory. |
bp_attachments_current_user_can |
Needed avatar arguments are set. |
bp_attachments_enqueue_scripts |
Fires at the conclusion of bp_attachments_enqueue_scripts() to avoid the scripts to be loaded more than once. |
bp_attachments_get_allowed_types |
Filter here to edit the allowed extensions by attachment type. |
bp_attachments_get_cover_image_dimensions |
Filter here to edit the cover photo dimensions if needed. |
bp_attachments_get_image_data |
Filter here to add/remove/edit data to the image full data |
bp_attachments_get_max_upload_file_size |
Filter here to edit the max upload file size. |
bp_attachments_get_plupload_default_settings |
Filter the BuddyPress Plupload default settings. |