Action hook 'delete_plugin'

in WP Core File wp-admin/includes/plugin.php at line 980

Description

Fires immediately before a plugin deletion attempt.

Occurrences

Filename Line Number
wp-admin/includes/plugin.php 980

Parameters

Type Name Description
string $plugin_file Path to the plugin file relative to the plugins directory.

PHP Doc

/**
		 * 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.
		 */