apply_filters( 'bp_activity_personal_data_export_item_data', array $item_data , BP_Activity_Activity $activity )
Filters the data associated with an activity item when assembled for a WP personal data export.
Description Description
Plugins that register activity types whose action
string doesn’t adequately describe the activity item for the purposes of data export may filter the activity item data here.
Parameters Parameters
- $item_data
-
Array of data describing the activity item.
- $activity
-
Activity item.
Source Source
File: bp-activity/bp-activity-functions.php
Changelog Changelog
Version | Description |
---|---|
4.0.0 | Introduced. |