You appear to be a bot. Output may be restricted
Description
Whether the table has items to display or not
Usage
$bool = BW_List_Table::has_items();
Parameters
Returns
boolSource
File name: oik/admin/class-bw-list-table.phpLines:
1 to 3 of 3
public function has_items() { return !empty( $this->items ); }View on GitHub View on Trac