WP_List_Table::has_items(): bool

In this article

Determines whether the table has items to display or not

Return

bool

Source

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

Changelog

VersionDescription
3.1.0Introduced.

User Contributed Notes

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