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.


Top ↑

Source Source

File: bp-activity/bp-activity-functions.php


Top ↑

Changelog Changelog

Changelog
Version Description
2.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.