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