do_action( 'delete_plugin', string $plugin_file )
Fires immediately before a plugin deletion attempt.
Parameters
- $plugin_file
-
Path to the plugin file relative to the plugins directory.
Source
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |