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