Admin_Apple_Index_Page::show_post_list_action PHP Метод

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

Shows the list of articles available for publishing to Apple News.
    public 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';
    }