Displays a categories drop-down for filtering on the Posts list table.
WP_Posts_List_Table::__construct
Constructor.
WP_Posts_List_Table::set_hierarchical_display
Sets whether the table layout should be hierarchical or not.
WP_Posts_List_Table::ajax_user_can
Advertisement
WP_Posts_List_Table::_display_rows_hierarchical
WP_Posts_List_Table::_page_rows
Given a top level page ID, display the nested hierarchy of sub-pages together with paging support
WP_Posts_List_Table::column_cb
Handles the checkbox column output.
WP_Posts_List_Table::_column_title
Advertisement
WP_Posts_List_Table::column_title
Handles the title column output.
WP_Posts_List_Table::column_date
Handles the post date column output.
WP_Posts_List_Table::column_comments
Handles the comments column output.
WP_Posts_List_Table::column_author
Handles the post author column output.
Advertisement
WP_Posts_List_Table::column_default
Handles the default column output.
WP_Posts_List_Table::single_row
WP_Posts_List_Table::get_default_primary_column_name
Gets the name of the default primary column.