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