BP_Activity_List_Table::get_column_info()

Get an array of all the columns on the page.

Description

Return

(array) Column headers.

Source

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

	function get_column_info() {
		$this->_column_headers = array(
			$this->get_columns(),
			array(),
			$this->get_sortable_columns(),
			$this->get_default_primary_column_name(),
		);

		return $this->_column_headers;
	}

Changelog

Changelog
Version Description
BuddyPress 1.6.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.