apply_filters( 'bp_activity_get_meta', mixed $retval, int $activity_id, string $meta_key, bool $single )

Filters the metadata for a specified activity item.


Description Description


Parameters Parameters

$retval

The meta values for the activity item.

$activity_id

ID of the activity item.

$meta_key

Meta key for the value being requested.

$single

Whether to return one matched meta key row or all.


Top ↑

Source Source

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


Top ↑

Changelog Changelog

Changelog
Version Description
1.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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