WC_Admin_List_Table::define_hidden_columns()protectedWC 1.0

Define hidden columns.

Method of the class: WC_Admin_List_Table{}

No Hooks.

Return

Array.

Usage

// protected - for code of main (parent) or child class
$result = $this->define_hidden_columns();

WC_Admin_List_Table::define_hidden_columns() code WC 8.7.0

protected function define_hidden_columns() {
	return array();
}