Automattic\WooCommerce\Internal\Admin\Logging\FileV2
FileListTable::prepare_column_headers
Set up the column header info.
Method of the class: FileListTable{}
No Hooks.
Returns
null. Nothing (null).
Usage
$FileListTable = new FileListTable(); $FileListTable->prepare_column_headers(): void;
FileListTable::prepare_column_headers() FileListTable::prepare column headers code WC 10.7.0
public function prepare_column_headers(): void {
$this->_column_headers = array(
$this->get_columns(),
get_hidden_columns( $this->screen ),
$this->get_sortable_columns(),
$this->get_primary_column(),
);
}