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.


Description Description


Parameters Parameters

$value

Empty string.

$column_name

Name of the column being rendered.

$item

The current activity item in the loop.


Top ↑

Source Source

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


Top ↑

Changelog Changelog

Changelog
Version Description
2.4.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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