@since: BuddyPress 1.6.0 |
Description |
---|---|
bp_activity_admin_edit_metabox_link() |
Primary link metabox for the Activity admin edit screen. |
bp_activity_admin_reply() |
AJAX receiver for Activity replies via the admin screen. |
bp_activity_admin_screen_options() |
Handle save/update of screen options for the Activity component admin screen. |
bp_activity_admin_edit_hidden_metaboxes() |
Hide the advanced edit meta boxes by default, so we don’t clutter the screen. |
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::update_activity_spam_meta() |
Update activity meta after a manual spam change (user-initiated). |
BP_Akismet::update_activity_ham_meta() |
Update activity meta after a manual ham change (user-initiated). |