BP_Groups_List_Table::column_gid( array $item = array() )
Markup for the Group ID column.
Description
See also
Parameters
- $item
-
(Optional) A singular item (one full row).
Default value: array()
Source
File: bp-groups/classes/class-bp-groups-list-table.php
public function column_gid( $item = array() ) { echo '<strong>' . absint( $item['id'] ) . '</strong>'; }
Changelog
Version | Description |
---|---|
BuddyPress 1.7.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.