WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about deleted_plugin

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/plugin.php do_action 988 /**
* Fires immediately after a plugin deletion attempt.
*
* @since 4.4.0
*
* @param string $plugin_file Path to the plugin file relative to the plugins directory.
* @param bool $deleted Whether the plugin deletion was successful.
*/

Hook Parameters

Parameter Type Name Description
string $plugin_file Path to the plugin file relative to the plugins directory.
bool $deleted Whether the plugin deletion was successful.