CARVIEW |
File: wp-admin/includes/class-wp-list-table.php
-
Print a table description with information about current sorting and order.
-
Generates views links.
-
Filters whether to short-circuit performing the months dropdown query.
-
Gets the name of the primary column.
-
Generates and display row actions links for the list table.
-
Filters the name of the primary column for the current list table.
-
Gets the name of the default primary column.
-
Gets the name of the primary column.
-
-
-
Filters whether to remove the ‘Months’ drop-down from the post list table.
-
methodWP_List_Table::__get()
Makes private properties readable for backward compatibility.
-
methodWP_List_Table::__set()
Makes private properties settable for backward compatibility.
-
methodWP_List_Table::__isset()
Makes private properties checkable for backward compatibility.
-
methodWP_List_Table::__unset()
Makes private properties un-settable for backward compatibility.
-
methodWP_List_Table::__call()
Makes private/protected methods readable for backward compatibility.
-
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 extra controls between bulk actions and pagination.
-
Generates the tbody element for the list table.
-
Generates the list table rows.
-
Gets a list of all, hidden, and sortable columns, with filter applied.
-
Filters the list table sortable columns for a specific screen.
-
Filters the ‘Months’ drop-down results.
-
Returns the number of visible columns.
-
Displays a view switcher.
-
Prints column headers, accounting for hidden and sortable columns.
-
Displays a comment count bubble.