Hooks |
Description |
---|---|
bp_activity_prefetch_object_data |
Filters inside prefetch_object_data method to aid in pre-fetching object data associated with activity item. |
bp_activity_recurse_comment_count |
Filters the total number of comments for the current comment. |
bp_activity_recurse_comments_end_ul |
Filters the closing tag for the template that list activity comments. |
bp_activity_recurse_comments_start_ul |
Filters the opening tag for the template that lists activity comments. |
bp_activity_recurse_comments_user_ids |
Filters the list of user IDs for the current activity comment item. |
bp_activity_register_activity_actions |
Fires at the end of the activity actions registration. |
bp_activity_remove_all_user_data |
Fires after the removal of all of a user’s activity data. |
bp_activity_remove_user_favorite |
Fires if bp_update_user_meta() is successful and before returning a true value for success. |
bp_activity_screen_favorites |
Fires right before the loading of the “Favorites” screen template file. |
bp_activity_screen_following |
Fires right before the loading of the “My Following” screen template file. |
bp_activity_screen_friends |
Fires right before the loading of the “My Connections” screen template file. |
bp_activity_screen_groups |
Fires right before the loading of the “My Groups” screen template file. |
bp_activity_screen_index |
Filters the template to load for the Activity directory screen. |
bp_activity_screen_mentions |
Fires right before the loading of the “Mentions” screen template file. |
bp_activity_screen_my_activity |
Fires right before the loading of the “My Activity” screen template file. |
bp_activity_screen_notification_settings |
Fires inside the closing |
bp_activity_screen_single_activity_permalink |
Fires before the loading of a single activity template file. |
bp_activity_sent_mention_email |
Fires after the sending of an @mention email notification. |
bp_activity_sent_reply_to_reply_email |
Fires after the sending of a reply to a reply email notification. |
bp_activity_sent_reply_to_reply_notification |
Fires at the point that notifications should be sent for comments on activity replies. |
bp_activity_sent_reply_to_update_email |
Fires after the sending of a reply to an update email notification. |
bp_activity_sent_reply_to_update_notification |
Fires at the point that notifications should be sent for activity comments. |
bp_activity_set_{$scope}_scope_args |
Plugins can hook here to set their activity arguments for custom scopes. |
bp_activity_set_action |
Filters the action type being set for the current activity item. |
bp_activity_spam_all_user_data |
Fires after all activity data from a user has been marked as spam. |
bp_activity_syndication_options |
Fires before the display of the activity syndication options. |
bp_activity_template_favorite_activity |
Filters the template to load for the “Favorites” screen. |
bp_activity_template_following_activity |
Filters the template to load for the “My Following” screen. |
bp_activity_template_friends_activity |
Filters the template to load for the “My Connections” screen. |
bp_activity_template_groups_activity |
Filters the template to load for the “My Groups” screen. |
bp_activity_template_mention_activity |
Filters the template to load for the “Mentions” screen. |
bp_activity_template_my_activity |
Filters the template to load for the “My Activity” screen. |
bp_activity_template_profile_activity_permalink |
Filters the template to load for a single activity screen. |
bp_activity_thumbnail_content_images |
Filters the activity content that had a thumbnail replace images. |
bp_activity_time_since |
Filters the activity item time since markup. |
bp_activity_total_activities_sql |
Filters the total activities MySQL statement. |
bp_activity_truncate_entry |
Filters the composite activity excerpt entry. |
bp_activity_types_list_{$output} |
Fires at the end of the listing of activity types. |
bp_activity_use_akismet |
Filters if BuddyBoss Activity Akismet support has been disabled by another plugin. |
bp_activity_user_can_delete |
Filters whether the current user can delete an activity item. |
bp_activity_user_can_edit |
Filters whether the current user can edit an activity item. |
bp_activity_user_can_mark_spam |
Filters whether the current user should be able to mark items as spam. |
bp_activity_user_can_read |
Filters whether the current user has access to an activity item. |
bp_add_caps |
Fires after the addition of capabilities to WordPress user roles. |
bp_add_options |
Fires after the addition of default options when BuddyPress is first activated. |
bp_add_permastructs |
Fires inside the ‘bp_add_permastructs’ function, where BP adds its BP-specific permalink structure. |
bp_add_rewrite_rules |
Fires inside the ‘bp_add_rewrite_rules’ function, where BP adds its custom rewrite rules. |
bp_add_rewrite_tags |
Fires inside the ‘bp_add_rewrite_tags’ function, where BP adds its custom rewrite tags. |
bp_add_template_stack_locations |
Filters the template locations to template files being searched for. |
bp_admin_ajax_path |
admin-ajax.php path. |