W3cubDocs

/WordPress

do_action( ‘deleted_plugin’, string $plugin_file, bool $deleted )

Fires immediately after a plugin deletion attempt.

Parameters

$plugin_filestring
Path to the plugin file relative to the plugins directory.
$deletedbool
Whether the plugin deletion was successful.

Source

do_action( 'deleted_plugin', $plugin_file, $deleted );

Changelog

Version Description
4.4.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/deleted_plugin