apply_filters( 'bp_media_extractor_strip_markup', array $plaintext , string $richtext )
Filters the generated plain text version of the content passed to the extractor.
Description Description
Parameters Parameters
- $plaintext
-
Generated plain text.
- $richtext
-
Original content.
Source Source
File: bp-core/classes/class-bp-media-extractor.php
Changelog Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |