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.


Parameters Parameters

$deleted

(bool) True if the activity was deleted false otherwise

$comment

(WP_Comment) Comment object.

$activity_post_object

(object) The post type tracking args object.

$value

(string) The post type comment activity type.


Source Source

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

View on Trac



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.