apply_filters( 'bp_groups_admin_row_class', array $row_classes , string $value )
Filters the classes applied to a single row in the groups list table.
Parameters Parameters
- $row_classes
-
(array) Array of classes to apply to the row.
- $value
-
(string) ID of the current group being displayed.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.9.0 | Introduced. |