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.


Top ↑

Source Source

File: bp-core/bp-core-template.php


Top ↑

Changelog Changelog

Changelog
Version Description
1.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.