apply_filters( 'bp_activity_admin_get_custom_column', string $value , string $column_name , array $item )
Filters a string to allow plugins to add custom column content.
Parameters Parameters
- $value
-
(string) Empty string.
- $column_name
-
(string) Name of the column being rendered.
- $item
-
(array) The current activity item in the loop.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.4.0 | Introduced. |