WP_Plugins_List_Table
class WP_Plugins_List_Table
// Constructor: function Object() { [native code] } Core class used to implement displaying installed plugins in a list table.
Methods 22 methods
| Method / Return | Description |
|---|---|
| __construct() void | Constructor.
Parameters: $args: mixed |
| get_table_classes() array | No description available. |
| ajax_user_can() bool | No description available. |
| prepare_items() void | No description available. |
| _search_callback() bool | No description available.
Parameters: $plugin: mixed |
| _order_callback() int | No description available.
Parameters: $plugin_a: mixed, $plugin_b: mixed |
| no_items() void | No description available. |
| search_box() void | Displays the search box.
Parameters: $text: mixed, $input_id: mixed |
| get_columns() string[] | No description available. |
| get_sortable_columns() array | No description available. |
| get_views() array | No description available. |
| get_bulk_actions() array | No description available. |
| bulk_actions() void | No description available.
Parameters: $which: mixed |
| extra_tablenav() void | No description available.
Parameters: $which: mixed |
| current_action() string | No description available. |
| display_rows() void | Generates the list table rows. |
| single_row() void | No description available.
Parameters: $item: mixed |
| get_primary_column_name() string | Gets the name of the primary column for this specific list table. |
| add_dependents_to_dependency_plugin_row() void | Prints a list of other plugins that depend on the plugin.
Parameters: $dependency: mixed |
| add_dependencies_to_dependent_plugin_row() void | Prints a list of other plugins that the plugin depends on.
Parameters: $dependent: mixed |
| get_dependency_view_details_link() string | Returns a 'View details' like link for a dependency.
Parameters: $name: mixed, $slug: mixed |
| get_view_details_link() string | Returns a 'View details' link for the plugin.
Parameters: $name: mixed, $slug: mixed |
Properties
| Property / Type | Description |
|---|---|
| $show_autoupdates mixed public | No description available. |