WP_Posts_List_Table::has_items(): bool

In this article

Return

bool

Source

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

User Contributed Notes

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