Uses
| Uses | Description |
|---|---|
| wp-includes/query.php: have_posts() | Determines whether current WordPress query has posts to loop over. |
(bool)
File: wp-admin/includes/class-wp-posts-list-table.php
public function has_items() {
return have_posts();
}
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_posts_list_table/has_items