Hooks |
Description |
---|---|
bp_activity_get_user_favorites |
Filters the favorited activity items for a specified user. |
bp_activity_get_user_join_filter |
Filters the legacy MySQL query statement so plugins can alter before results are fetched. |
bp_activity_get_visibility_levels |
Filters the activity visibility levels out of the $bp global. |
bp_activity_get_where_conditions |
Filters the MySQL WHERE conditions for the Activity items get method. |
bp_activity_ham_all_user_data |
Fires after all activity data from a user has been marked as ham. |
bp_activity_has_more_items |
Filters whether there are more activity items to display. |
bp_activity_heartbeat_pulse |
Filters the pulse frequency to be used for the BuddyBoss Activity heartbeat. |
bp_activity_latest_update_content |
Filters the latest update content for the activity item. |
bp_activity_list_table_can_comment |
Filters if an activity item can be commented on or not. |
bp_activity_list_table_filter_activity_type_items |
Filter here to override the filter with a filter query |
bp_activity_list_table_get_bulk_actions |
Filters the default bulk actions so plugins can add custom actions. |
bp_activity_list_table_get_columns |
Filters the titles for the columns for the activity list table. |
bp_activity_list_table_get_views |
Fires inside listing of views so plugins can add their own. |
bp_activity_mark_as_ham |
Fires at the end of the process to mark an activity item as ham. |
bp_activity_mark_as_spam |
Fires at the end of the process to mark an activity item as spam. |
bp_activity_maybe_load_mentions_scripts |
Filters whether or not BuddyPress should load mentions scripts and assets. |
bp_activity_maybe_truncate_entry |
Provides a filter that lets you choose whether to skip this filter on a per-activity basis. |
bp_activity_mentioned_users |
Filters the mentioned users. |
bp_activity_mentions_prime_results |
Fires at the end of the Activity Mentions script. |
bp_activity_mini_activity_types |
Filters the available mini activity actions available as CSS classes. |
bp_activity_new_at_mention_permalink |
Filters the mention notification permalink. |
bp_activity_new_comment_notification_comment_author_message |
Filters the new comment reply notification message that will be sent to user. |
bp_activity_new_comment_notification_comment_author_subject |
Filters the new comment reply notification subject that will be sent to user. |
bp_activity_new_comment_notification_comment_author_to |
Filters the user email that the new comment reply notification will be sent to. |
bp_activity_new_comment_notification_message |
Filters the new comment notification message that will be sent to user. |
bp_activity_new_comment_notification_subject |
Filters the new comment notification subject that will be sent to user. |
bp_activity_new_comment_notification_to |
Filters the user email that the new comment notification will be sent to. |
bp_activity_new_update_action |
Filters the formatted activity action update string. |
bp_activity_new_update_content |
Filters the new activity content for current activity item. |
bp_activity_new_update_primary_link |
Filters the activity primary link for current activity item. |
bp_activity_paged_activities_sql |
Filters the paged activities MySQL statement. |
bp_activity_permalink |
Filters the activity permalink to be added to the activity content. |
bp_activity_permalink_redirect_url |
Filter the intended redirect url before the redirect occurs for the single activity item. |
bp_activity_post_comment_activity_id |
Filters the activity ID a comment will be in reply to. |
bp_activity_post_comment_content |
Filters the comment content for a comment reply. |
bp_activity_post_type_comment |
Fires after the publishing of an activity item for a newly published post type post. |
bp_activity_post_type_edit_{$post->post_type} |
Fires when editing the post and the new status is not ‘publish’. |
bp_activity_post_type_is_post_status_allowed |
Filters whether to publish activities about the comment regarding the post status |
bp_activity_post_type_published |
Fires after the publishing of an activity item for a newly published post type post. |
bp_activity_post_type_remove_comment |
Fires after the custom post type comment activity was removed. |
bp_activity_post_type_transition_status_{$post->post_type} |
Fires when the old and the new post status are not ‘publish’. |
bp_activity_post_type_unpublished |
Fires after the unpublishing for the custom post type. |
bp_activity_post_type_untrash_{$post->post_type} |
Fires if untrashing post in a post type. |
bp_activity_post_type_updated |
Fires after the updating of an activity item for a custom post type entry. |
bp_activity_post_update_content |
Filters the content provided in the activity input field. |
bp_activity_post_update_item_id |
Filters what component the activity is being to. |
bp_activity_post_update_object |
Filters the item type that the activity update should be associated with. |
bp_activity_posted_update |
Fires at the end of an activity post update, before returning the updated activity item ID. |
bp_activity_pre_transition_post_type_comment_status |
Leave a chance to plugins to manage activity comments differently. |
bp_activity_pre_transition_post_type_status |
Fires before post type transition catch in activity |