apply_filters( 'bp_activity_create_summary', string $summary, string $content, array $activity, array $extracted_media )

Filters the newly-generated summary for the activity item.


Description Description


Parameters Parameters

$summary

Activity summary HTML.

$content

Content of the activity item.

$activity

The data passed to bp_activity_add() or the values from an Activity obj.

$extracted_media

Media item extracted. See BP_Media_Extractor::extract() for format.


Top ↑

Source Source

File: bp-activity/bp-activity-functions.php


Top ↑

Changelog Changelog

Changelog
Version Description
2.3.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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