do_action( 'bp_activity_post_type_remove_comment', bool $deleted , WP_Comment $comment , object $activity_post_object , string $value )
Fires after the custom post type comment activity was removed.
Description Description
Parameters Parameters
- $deleted
-
True if the activity was deleted false otherwise
- $comment
-
Comment object.
- $activity_post_object
-
The post type tracking args object.
- $value
-
The post type comment activity type.
Source Source
File: bp-activity/bp-activity-functions.php
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |