WP_Posts_List_Table::has_items() ContentsReturn Source Related Uses Used By User Contributed Notes Return (bool) Top ↑Source File: wp-admin/includes/class-wp-posts-list-table.php public function has_items() { return have_posts(); } Expand full source code Collapse full source code View on Trac View on GitHub Top ↑Related Top ↑Uses Uses Uses Description wp-includes/query.php: have_posts() Determines whether current WordPress query has posts to loop over. Top ↑Used By Used By Used By Description wp-admin/includes/class-wp-posts-list-table.php: WP_Posts_List_Table::extra_tablenav() Top ↑User Contributed Notes You must log in before being able to contribute a note or feedback.
Top ↑Uses Uses Uses Description wp-includes/query.php: have_posts() Determines whether current WordPress query has posts to loop over.
Top ↑Used By Used By Used By Description wp-admin/includes/class-wp-posts-list-table.php: WP_Posts_List_Table::extra_tablenav()