Method |
Description |
|
__construct ( ) |
Constructor. Sets up the list table. |
|
display_rows ( ) |
Handles outputting the markup for each row of the list table. |
|
get_columns ( ) |
Column names |
|
get_table_classes ( ) : array |
Return an array of CSS classes to apply to the list table. |
|
no_items ( ) |
Output an error message if no VIP plugins were found to show in the list table. |
|
prepare_items ( ) |
Fetch the list of VIP plugins to display in the list table. |
|
single_row ( string $plugin_file ) |
Handles outputting the markup for a single row of the list table. |
|