BP_Activity_List_Table::get_sortable_columns()

Get the column names for sortable columns.


Description Description


Return Return

(array) The columns that can be sorted on the Activity screen.


Top ↑

Source Source

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

	public function get_sortable_columns() {

		/**
		 * Filters the column names for the sortable columns.
		 *
		 * @since 5.0.0
		 *
		 * @param array $value Array of column names.
		 */
		return apply_filters( 'bp_activity_list_table_get_sortable_columns', array() );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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