apply_filters( 'bp_activity_get_action', string|bool $retval , string $component_id , string $key )
Filters the current action by component and key.
Description Description
Parameters Parameters
- $retval
-
The action key.
- $component_id
-
The unique string ID of the component.
- $key
-
The action key.
Source Source
File: bp-activity/bp-activity-functions.php
Changelog Changelog
Version | Description |
---|---|
1.1.0 | Introduced. |