apply_filters( 'bp_activity_thumbnail_content_images', string $content , array $matches , array $args )
Filters the activity content that had a thumbnail replace images.
Parameters Parameters
- $content
-
(string) Activity content that had images replaced in.
- $matches
-
(array) Array of all image tags found in the posted content.
- $args
-
(array) Arguments passed into function creating the activity update.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.2.0 | Introduced. |