WP_List_Table::has_items() – Whether the table has items to display or not
You appear to be a bot. Output may be restricted
Description
Whether the table has items to display or not
Usage
$bool = WP_List_Table::has_items();
Parameters
Returns
bool
Source
File name: wordpress/wp-admin/includes/class-wp-list-table.php
Lines:
1 to 3 of 3
public function has_items() { return ! empty( $this->items ); }