Fires immediately before a plugin deletion attempt.
Parameters
$plugin_file
string- Path to the plugin file relative to the plugins directory.
Source
do_action( 'delete_plugin', $plugin_file );
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |
Fires immediately before a plugin deletion attempt.
$plugin_file
stringdo_action( 'delete_plugin', $plugin_file );
Version | Description |
---|---|
4.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.