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.
Description Description
Parameters Parameters
- $row_classes
-
Array of classes to apply to the row.
- $value
-
ID of the current group being displayed.
Source Source
File: bp-groups/classes/class-bp-groups-list-table.php
Changelog Changelog
Version | Description |
---|---|
1.9.0 | Introduced. |