@package: BuddyBossActivity |
Description |
|---|---|
| bp_activity_post_type_unpublish() |
Unpublish an activity for the custom post type. |
| bp_activity_post_type_unpublished |
Fires after the unpublishing for the custom post type. |
| bp_activity_post_type_comment() |
Create an activity item for a newly posted post type comment. |
| bp_activity_post_type_is_post_status_allowed |
Filters whether to publish activities about the comment regarding the post status |
| bp_activity_{$post_type}_pre_comment |
Filters whether or not to post the activity about the comment. |
| bp_activity_post_type_comment |
Fires after the publishing of an activity item for a newly published post type post. |
| 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. |