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