Description
Fires in uninstall_plugin() immediately before the plugin is uninstalled.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/plugin.php | 1302 |
Parameters
Type | Name | Description |
---|---|---|
string | $plugin | Path to the plugin file relative to the plugins directory. |
array | $uninstallable_plugins | Uninstallable plugins. |
PHP Doc
/**
* Fires in uninstall_plugin() immediately before the plugin is uninstalled.
*
* @since 4.5.0
*
* @param string $plugin Path to the plugin file relative to the plugins directory.
* @param array $uninstallable_plugins Uninstallable plugins.
*/