do_action( 'bp_activity_post_type_updated', WP_Post $post , BP_Activity_Activity $activity , object $activity_post_object )
Fires after the updating of an activity item for a custom post type entry.
Description Description
Parameters Parameters
- $post
-
Post object.
- $activity
-
Activity object.
- $activity_post_object
-
The post type tracking args object.
Source Source
File: bp-activity/bp-activity-functions.php
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Add the post type tracking args parameter |
2.2.0 | Introduced. |