WP_List_Table::has_items()

Whether the table has items to display or not


Return

(bool)


Source

File: wp-admin/includes/class-wp-list-table.php

	public function has_items() {
		return !empty( $this->items );
	}


Changelog

Changelog
Version Description
WP-3.1.0 Introduced.