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.


Top ↑

Source Source

File: bp-groups/classes/class-bp-groups-list-table.php


Top ↑

Changelog Changelog

Changelog
Version Description
1.9.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.