$view_context
$view_context : string
The currently chosen view.
List table class for handling plugins.
Extends the WP_List_Table class to provide a future-compatible way of listing out all required/recommended plugins.
Gives users an interface similar to the Plugin Administration area with similar (albeit stripped down) capabilities.
This class also allows for the bulk install of plugins.
_get_plugin_data_from_name(string $name, string $data) : string|boolean
Retrieve plugin data, given the plugin name.
| string | $name | Name of the plugin, as it was registered. |
| string | $data | Optional. Array key of plugin data to return. Default is slug. |
Plugin slug if found, false otherwise.