You appear to be a bot. Output may be restricted
Description
Prepare the contents to be displayed
- Decide which columns are going to be displayed
- Work out what page we're on
- Load the items for the page
- Fiddle about with matching
Usage
OIK_Clone_MS_List_Table::prepare_items();
Parameters
Returns
void
Source
File name: oik-clone/admin/class-oik-clone-ms-list-table.php
Lines:
1 to 11 of 11
function prepare_items() { switch_to_blog( $this->source ); parent::prepare_items(); restore_current_blog(); bw_trace2( $this ); }