WP_Posts_List_Table::get_sortable_columns()


Description Description


Return Return

(array)


Top ↑

Source Source

File: wp-admin/includes/class-wp-posts-list-table.php

	protected function get_sortable_columns() {
		return array(
			'title'    => 'title',
			'parent'   => 'parent',
			'comments' => 'comment_count',
			'date'     => array( 'date', true ),
		);
	}

Top ↑

User Contributed Notes User Contributed Notes

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