File: bp-activity/bp-activity-functions.php |
Description |
|---|---|
| bp_activity_post_update() |
Post an activity update. |
| 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_latest_update_content |
Filters the latest update content for the activity item. |
| bp_activity_posted_update |
Fires at the end of an activity post update, before returning the updated activity item ID. |
| bp_activity_post_type_publish() |
Create an activity item for a newly published post type post. |
| bp_activity_format_activity_action_custom_post_type_post() |
Format activity action strings for custom post types. |
| 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_format_activity_action_custom_post_type_comment() |
Format activity action strings for custom post types comments. |