wp-admin/includes/class-wp-posts-list-table.php
Lines:
1 to 45 of 45
<?php /** * List Table API: WP_Posts_List_Table class * * @package WordPress * @subpackage Administration * @since 3.1.0 */ /* class WP_Posts_List_Table */ /* function WP_Posts_List_Table::__construct() – Constructor. */ /* function WP_Posts_List_Table::set_hierarchical_display() – Sets whether the table layout should be hierarchical or not. */ /* function WP_Posts_List_Table::ajax_user_can() – */ /* function WP_Posts_List_Table::prepare_items() – */ /* function WP_Posts_List_Table::has_items() – */ /* function WP_Posts_List_Table::no_items() – */ /* function WP_Posts_List_Table::is_base_request() – Determine if the current view is the "All" view. */ /* function WP_Posts_List_Table::get_edit_link() – Helper to create links to edit.php with params. */ /* function WP_Posts_List_Table::get_views() – */ /* function WP_Posts_List_Table::get_bulk_actions() – */ /* function WP_Posts_List_Table::categories_dropdown() – Displays a categories drop-down for filtering on the Posts list table. */ /* function WP_Posts_List_Table::formats_dropdown() – Displays a formats drop-down for filtering items. */ /* function WP_Posts_List_Table::extra_tablenav() – */ /* function WP_Posts_List_Table::current_action() – */ /* function WP_Posts_List_Table::get_table_classes() – */ /* function WP_Posts_List_Table::get_columns() – */ /* function WP_Posts_List_Table::get_sortable_columns() – */ /* function WP_Posts_List_Table::display_rows() – */ /* function WP_Posts_List_Table::_display_rows() – */ /* function WP_Posts_List_Table::_display_rows_hierarchical() – */ /* function WP_Posts_List_Table::_page_rows() – Displays the nested hierarchy of sub-pages together with paging support, based on a top level page ID. */ /* function WP_Posts_List_Table::column_cb() – Handles the checkbox column output. */ /* function WP_Posts_List_Table::_column_title() – */ /* function WP_Posts_List_Table::column_title() – Handles the title column output. */ /* function WP_Posts_List_Table::column_date() – Handles the post date column output. */ /* function WP_Posts_List_Table::column_comments() – Handles the comments column output. */ /* function WP_Posts_List_Table::column_author() – Handles the post author column output. */ /* function WP_Posts_List_Table::column_default() – Handles the default column output. */ /* function WP_Posts_List_Table::single_row() – */ /* function WP_Posts_List_Table::get_default_primary_column_name() – Gets the name of the default primary column. */ /* function WP_Posts_List_Table::handle_row_actions() – Generates and displays row action links. */ /* function WP_Posts_List_Table::inline_edit() – Outputs the hidden row displayed when inline editing */