apply_filters( 'bp_groups_admin_get_group_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 group item in the loop.


Source Source

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

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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