do_action( 'bp_activity_post_type_unpublished', array $delete_activity_args , WP_Post $post , bool $activity )
Fires after the unpublishing for the custom post type.
Description Description
Parameters Parameters
- $delete_activity_args
-
Array of arguments for activity deletion.
- $post
-
Post object.
- $activity
-
Whether or not the activity was successfully deleted.
Source Source
File: bp-activity/bp-activity-functions.php
Changelog Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |