prepare_items() публичный Метод

Prepare items for the table.
public prepare_items ( )
 /**
  * Shows a post from the list table.
  *
  * @access private
  */
 private function show_post_list_action()
 {
     $table = new Admin_Apple_News_List_Table($this->settings);
     $table->prepare_items();
     include plugin_dir_path(__FILE__) . 'partials/page_index.php';
 }