BP_Groups_List_Table::column_gid( array $item = array() )

Markup for the Group ID column.


Description Description

See also See also


Top ↑

Parameters Parameters

$item

(Optional) A singular item (one full row).

Default value: array()


Top ↑

Source Source

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

	public function column_gid( $item = array() ) {
		echo '<strong>' . absint( $item['id'] ) . '</strong>';
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.7.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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