apply_filters( 'bp_activity_get_activity_id', BP_Activity_Activity $value, array $r, array $args )

Filters the activity ID being requested.


Description Description


Parameters Parameters

$value

ID returned by BP_Activity_Activity get_id() method with provided arguments.

$r

Parsed function arguments.

$args

Arguments passed to the function.


Top ↑

Source Source

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


Top ↑

Changelog Changelog

Changelog
Version Description
2.5.0 Added the $r and $args parameters.
1.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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