diff --git a/includes/list-table.php b/includes/list-table.php index 74f0351ed..39142a952 100644 --- a/includes/list-table.php +++ b/includes/list-table.php @@ -48,7 +48,7 @@ function prepare_items() { $columns = $this->get_columns(); $sortable = $this->get_sortable_columns(); - $hidden = array(); + $hidden = get_hidden_columns( $screen ); $this->_column_headers = array( $columns, $hidden, $sortable );