apply_filters( 'bp_activity_create_summary', string $summary , string $content , array $activity , array $extracted_media )
Filters the newly-generated summary for the activity item.
Parameters Parameters
- $summary
-
(string) Activity summary HTML.
- $content
-
(string) Content of the activity item.
- $activity
-
(array) The data passed to bp_activity_add() or the values from an Activity obj.
- $extracted_media
-
(array) Media item extracted. See BP_Media_Extractor::extract() for format.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |