Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/includes/plugin.php | do_action | 968 | /** * Fires immediately before a plugin deletion attempt. * * @since 4.4.0 * * @param string $plugin_file Path to the plugin file relative to the plugins directory. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $plugin_file | Path to the plugin file relative to the plugins directory. |