File: bp-activity/bp-activity-functions.php |
Description |
---|---|
bp_activity_{$post->post_type}_pre_publish |
Filters whether or not to post the activity. |
bp_activity_custom_post_type_post_action |
Filters the formatted custom post type activity post action string. |
bp_activity_new_update_action |
Filters the formatted activity action update string. |
bp_activity_format_activity_action_activity_comment() |
Format ‘activity_comment’ activity actions. |
bp_activity_comment_action |
Filters the formatted activity action comment string. |
bp_activity_spam_all_user_data() |
Mark all of the user’s activity as spam. |
bp_activity_spam_all_user_data |
Fires after all activity data from a user has been marked as spam. |
bp_activity_ham_all_user_data() |
Mark all of the user’s activity as ham (not spam). |
bp_activity_ham_all_user_data |
Fires after all activity data from a user has been marked as ham. |
bp_register_activity_actions() |
Allow core components and dependent plugins to register activity actions. |