WP_List_Table::column_defaultprotectedWP 1.0

Method of the class: WP_List_Table{}

No Hooks.

Returns

null. Nothing (null).

Usage

// protected - for code of main (parent) or child class
$result = $this->column_default( $item, $column_name );
$item(object|array) (required)
.
$column_name(string) (required)
.

WP_List_Table::column_default() code WP 7.0

protected function column_default( $item, $column_name ) {}