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