@since: BuddyPress 2.2.0 |
Description |
---|---|
bp_activity_post_type_published |
Fires after the publishing of an activity item for a newly published post type post. |
bp_activity_post_type_update() |
Update the activity item for a custom post type entry. |
bp_activity_post_type_updated |
Fires after the updating of an activity item for a custom post type entry. |
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_format_activity_action_custom_post_type_post() |
Format activity action strings for custom post types. |
bp_activity_custom_post_type_post_action |
Filters the formatted custom post type activity post action string. |
bp_activity_post_type_publish() |
Create an activity item for a newly published post type post. |
bp_activity_{$post->post_type}_pre_publish |
Filters whether or not to post the activity. |
bp_activity_get_post_type_tracking_args() |
Get tracking arguments for a specific post type. |