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(),
		);
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.