WP_List_Table::column_default
Handles an unknown column.
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)
- The current item.
- $column_name(string) (required)
- Name of the column.
Changelog
| Since 4.2.0 | Introduced. |
WP_List_Table::column_default() WP List Table::column default code WP 7.1
protected function column_default( $item, $column_name ) {}