WP_List_Table::has_items()

Whether the table has items to display or not


Description Description


Return Return

(bool)


Top ↑

Source Source

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

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

Top ↑

Changelog Changelog

Changelog
Version Description
3.1.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.