WP_List_Table::column_cbprotectedWP 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_cb( $item );
$item(object|array) (required)
.

WP_List_Table::column_cb() code WP 6.8.3

protected function column_cb( $item ) {}