WP_List_Table::column_default() –
You appear to be a bot. Output may be restricted
Description
Usage
WP_List_Table::column_default( $item, $column_name );
Parameters
- $item
- ( object|array ) required –
- $column_name
- ( string ) required –
Returns
void
Source
File name: wordpress/wp-admin/includes/class-wp-list-table.php
Lines:
1 to 1 of 1
protected function column_default( $item, $column_name ) {}