Hooks |
Description |
---|---|
bp_activity_add_user_favorite_fail |
Fires if bp_activity_update_meta() for favorite_count is unsuccessful and before returning a false value for failure. |
bp_activity_admin_action_activity_ids |
Filters list of IDs being spammed/un-spammed/deleted. |
bp_activity_admin_action_after |
Fires before redirect for plugins to do something with activity. |
bp_activity_admin_action_redirect |
Filters redirect URL after activity spamming/un-spamming/deletion occurs. |
bp_activity_admin_comment_content |
Filter here to add extra output to the activity content into the Administration. |
bp_activity_admin_comment_row_actions |
Filters available actions for plugins to alter. |
bp_activity_admin_edit |
Fires before activity edit form is displays so plugins can modify the activity. |
bp_activity_admin_edit_after |
Fires before redirect so plugins can do something first on save action. |
bp_activity_admin_edit_redirect |
Filters URL to redirect to after saving. |
bp_activity_admin_enqueue_scripts |
Fires after the activity js and style has been enqueued. |
bp_activity_admin_get_custom_column |
Filters a string to allow plugins to add custom column content. |
bp_activity_admin_index |
Fires before edit form is displayed so plugins can modify the activity messages. |
bp_activity_admin_load |
Fires at top of Activity admin page. |
bp_activity_admin_meta_boxes |
Fires after the registration of all of the default activity meta boxes. |
bp_activity_admin_root_activity_types |
Filters default list of default root activity types. |
bp_activity_after_delete |
Action to allow intercepting activity items just deleted. |
bp_activity_after_email_content |
Display text after activity comment. |
bp_activity_after_save |
Fires after an activity item has been saved to the database. |
bp_activity_akismet_delete_meta_interval |
Filters the threshold for how many days old Akismet metadata needs to be before being automatically deleted. |
bp_activity_akismet_mark_as_ham |
Fires after marking an activity item has been marked as ham. |
bp_activity_akismet_mark_as_spam |
Fires after marking an activity item has been marked as spam. |
bp_activity_akismet_spam_caught |
Fires after an activity item has been proven to be spam, but before officially being marked as spam. |
bp_activity_allowed_tags |
Filters the allowed HTML tags for BuddyBoss Activity content. |
bp_activity_at_message_notification_message |
Filters the @mention notification message that will be sent to user. |
bp_activity_at_message_notification_subject |
Filters the @mention notification subject that will be sent to user. |
bp_activity_at_message_notification_to |
Filters the user email that the @mention notification will be sent to. |
bp_activity_at_name_do_notifications |
Filters BuddyPress’ ability to send email notifications for @mentions. |
bp_activity_before_action_delete_activity |
Fires before the deletion so plugins can still fetch information about it. |
bp_activity_before_action_spam_activity |
Fires before the marking activity as spam so plugins can modify things if they want to. |
bp_activity_before_delete |
Action to allow intercepting activity items to be deleted. |
bp_activity_before_email_content |
Display text before activity comment. |
bp_activity_before_save |
Fires before the current activity item gets saved. |
bp_activity_can_comment |
Filters whether a comment can be made on an activity item. |
bp_activity_can_comment_reply |
Filters whether a comment can be made on an activity reply item. |
bp_activity_can_favorite |
Filters whether or not users can favorite activity items. |
bp_activity_check_activity_types |
Filters the default activity types that BuddyPress should moderate. |
bp_activity_check_exists_by_content |
Filters the results of the check for whether an activity item exists by specified content. |
bp_activity_clear_new_mentions |
Fires once mentions has been reset for a given user. |
bp_activity_comment_action |
Filters the formatted activity action comment string. |
bp_activity_comment_content |
Filters the content of the current activity comment. |
bp_activity_comment_date_recorded |
Filters the raw recorded date of the activity comment currently being displayed. |
bp_activity_comment_delete_link |
Filters the link used for deleting the activity comment currently being displayed. |
bp_activity_comment_id |
Filters the ID of the activity comment currently being displayed. |
bp_activity_comment_name |
Filters the name of the author for the activity comment. |
bp_activity_comment_options |
Fires after the defualt comment action options display. |
bp_activity_comment_posted |
Fires near the end of an activity comment posting, before the returning of the comment ID. |
bp_activity_comment_posted_notification_skipped |
Fires near the end of an activity comment posting, before the returning of the comment ID. |
bp_activity_comment_user_id |
Filters the ID of the author of the activity comment currently being displayed. |
bp_activity_comment_user_link |
Filters the author link for the activity comment currently being displayed. |
bp_activity_comments_user_avatars |
Filters the list of linked avatars for users who have commented on the current activity item. |