BP_Activity_List_Table::get_default_primary_column_name()

Get name of default primary column


Description Description


Return Return

(string)


Top ↑

Source Source

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

	protected function get_default_primary_column_name() {
		return 'author';
	}

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.