deleted_plugin WordPress Action Hook
The deleted_plugin hook is fired when a plugin is deleted via the Wordpress Plugin Administration panel.
do_action( 'deleted_plugin', string $plugin_file , bool $deleted ) #
Fires immediately after a plugin deletion attempt.
Parameters
- $plugin_file
(string)Path to the plugin file relative to the plugins directory.
- $deleted
(bool)Whether the plugin deletion was successful.
Source
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |