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