BP_Groups_List_Table::get_default_primary_column_name()

Get name of default primary column


Description Description


Return Return

(string)


Top ↑

Source Source

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

	protected function get_default_primary_column_name() {
		// Comment column is mapped to Group's name.
		return 'comment';
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.3.3 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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