apply_filters( 'bp_create_excerpt', string $text , string $original_text , int $length , array $options )
Filters the final generated excerpt.
Description Description
Parameters Parameters
- $text
-
Generated excerpt.
- $original_text
-
Original text provided.
- $length
-
Length of returned string, including ellipsis.
- $options
-
Array of HTML attributes and options.
Source Source
File: bp-core/bp-core-template.php
Changelog Changelog
Version | Description |
---|---|
1.1.0 | Introduced. |