WP_Media_List_Table::has_items(): bool

In this article

Return

bool Whether the list table has items to display.

Source

public function has_items() {
	return have_posts();
}

User Contributed Notes

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