WP_Media_List_Table::has_items(): bool


Return

bool


Top ↑

Source

File: wp-admin/includes/class-wp-media-list-table.php. View all references

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


Top ↑

User Contributed Notes

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