apply_filters( 'bp_activity_truncate_entry', string $excerpt , string $text , string $append_text )
Filters the composite activity excerpt entry.
Parameters Parameters
- $excerpt
-
(string) Excerpt text and markup to be displayed.
- $text
-
(string) The original activity entry text.
- $append_text
-
(string) The final append text applied.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |