apply_filters( 'bp_activity_create_summary_extractor_args', array $args, string $content, array $activity, BP_Media_Extractor $extractor )

Filter the arguments passed to the media extractor when creating an Activity summary.


Parameters Parameters

$args

(array) Array of bespoke data for the media extractor.

$content

(string) The content of the activity item.

$activity

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

$extractor

(BP_Media_Extractor) The media extractor object.


Source Source

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

View on Trac



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.