Uses
Uses | Description |
---|---|
wp-admin/includes/screen.php: get_column_headers() | Get the column headers for a screen |
wp-admin/includes/screen.php: get_hidden_columns() | Get a list of hidden columns. |
(array)
File: wp-admin/includes/class-wp-list-table-compat.php
protected function get_column_info() { $columns = get_column_headers( $this->_screen ); $hidden = get_hidden_columns( $this->_screen ); $sortable = array(); $primary = $this->get_default_primary_column_name(); return array( $columns, $hidden, $sortable, $primary ); }
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/_wp_list_table_compat/get_column_info