WC_Admin_Log_Table_List::prepare_column_headers()
Set _column_headers property for table list
Description Description
Source Source
File: includes/admin/class-wc-admin-log-table-list.php
protected function prepare_column_headers() { $this->_column_headers = array( $this->get_columns(), array(), $this->get_sortable_columns(), ); }