apply_filters( 'bp_activity_post_comment_activity_id', string $value )
Filters the activity ID a comment will be in reply to.
Description Description
Parameters Parameters
- $value
-
ID of the activity being replied to.
Source Source
File: bp-activity/actions/reply.php
Changelog Changelog
| Version | Description |
|---|---|
| 1.2.0 | Introduced. |