You appear to be a bot. Output may be restricted
Description
Prepares the list of items for displaying.
Usage
BW_List_Table::prepare_items();
Parameters
Returns
voidSource
File name: oik/admin/class-bw-list-table.phpLines:
1 to 3 of 3
public function prepare_items() { die( 'function WP_List_Table::prepare_items() must be over-ridden in a sub-class.' ); }View on GitHub View on Trac