WP_List_Table::column_cb() WordPress Method
The WP_List_Table::column_cb() method is used to generate the checkbox column for a list table.
WP_List_Table::column_cb( object|array $item ) #
Contents
Parameters
- $item
(object|array)(Required)
Source
File: wp-admin/includes/class-wp-list-table.php
protected function column_cb( $item ) {}
Expand full source codeCollapse full source codeView on TracView on GitHub