@since: BuddyPress 1.6.0 |
Description |
---|---|
bp_activity_admin_load |
Fires at top of Activity admin page. |
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_action_spam_activity() |
Mark specific activity item as spam and redirect to previous page. |
bp_activity_before_action_spam_activity |
Fires before the marking activity as spam so plugins can modify things if they want to. |
bp_activity_action_spam_activity |
Fires after the marking activity as spam so plugins can act afterwards based on the activity. |
bp_activity_add_admin_menu() |
Register the Activity component admin screen. |
BP_Akismet::history_metabox() |
History meta box for the Activity admin edit screen. |
BP_Akismet::update_activity_history() |
Update an activity item’s Akismet history. |