apply_filters( 'bp_activity_comment_content', string $content , string $context )
Filters the content of the current activity comment.
Parameters Parameters
- $content
-
(string) The content of the current activity comment.
- $context
-
(string) This filter's context ("get").
Source Source
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Added $context parameter to disambiguate from bp_get_activity_comment_content(). |
1.2.0 | Introduced. |