New and updated in 3.1.0
-
Generates content for a single row of the table.
-
Generates the columns for a single row of the table.
-
Handles an incoming ajax request (called from admin-ajax.php)
-
Sends required variables to JavaScript land.
-
Displays a view switcher.
-
methodWP_List_Table::display()
Displays the table.
-
Displays a comment count bubble.
-
Gets a list of CSS classes for the WP_List_Table table tag.
-
Gets the current page number.
-
Generates the table navigation above or below the table
-
Gets the number of items to display on a single page.
-
Displays the pagination.
-
Gets a list of columns.
-
Gets a list of sortable columns.
-
Gets a list of all, hidden, and sortable columns, with filter applied.
-
Filters the list table sortable columns for a specific screen.
-
Returns the number of visible columns.
-
Prints column headers, accounting for hidden and sortable columns.
-
Displays the search box.
-
Gets the list of views available on this table.
-
methodWP_List_Table::views()
Displays the list of views available on this table.
-
Filters the list of available list table views.
-
Constructor.
-
Retrieves the list of bulk actions available for this table.
-
Checks the current user’s permissions
-
Displays the bulk actions dropdown.
-
Prepares the list of items for displaying.
-
Filters the items in the bulk actions menu of the list table.
-
Sets all the necessary pagination arguments.
-
Gets the current action selected from the bulk actions dropdown.