WP_Posts_List_Table::has_items() –

You appear to be a bot. Output may be restricted

Description

Usage

$bool = WP_Posts_List_Table::has_items();

Parameters

Returns

bool

Source

File name: wordpress/wp-admin/includes/class-wp-posts-list-table.php
Lines:

1 to 3 of 3
  public function has_items() {
    return have_posts();
  }
 

 View on GitHub View on Trac