Core Class
View Source on Trac ↗
Core Class
WP_Plugin_Install_List_Table
class WP_Plugin_Install_List_Table
// Constructor: function Object() { [native code] } Core class used to implement displaying plugins to install in a list table.
Methods 15 methods
| Method / Return | Description |
|---|---|
| ajax_user_can() bool | No description available. |
| get_installed_plugins() array | Returns the list of known plugins. |
| get_installed_plugin_slugs() array | Returns a list of slugs of installed plugins, if known. |
| prepare_items() void | No description available. |
| no_items() void | No description available. |
| get_views() array | No description available. |
| views() void | Overrides parent views so we can use the filter bar display. |
| display() void | Displays the plugin install table. |
| display_tablenav() void | No description available.
Parameters: $which: mixed |
| get_table_classes() array | No description available. |
| get_columns() string[] | No description available. |
| order_callback() int | No description available.
Parameters: $plugin_a: mixed, $plugin_b: mixed |
| display_rows() void | Generates the list table rows. |
| get_dependencies_notice() string | Returns a notice containing a list of dependencies required by the plugin.
Parameters: $plugin_data: mixed |
| get_more_details_link() string | Creates a 'More details' link for the plugin.
Parameters: $name: mixed, $slug: mixed |
Properties
| Property / Type | Description |
|---|---|
| $order mixed public | No description available. |
| $orderby mixed public | No description available. |
| $groups mixed public | No description available. |
| $error mixed public | No description available. |
Class Information
Since Version
3.1.0
Source File
wp-admin/includes/class-wp-plugin-install-list-table.php
Advertisement