delete_plugin WordPress Action Hook

The delete_plugin hook is called when a plugin is deleted. It is passed the path of the plugin file as an argument. This hook can be used to perform cleanup operations when a plugin is deleted.

do_action( 'delete_plugin', string $plugin_file ) #

Fires immediately before a plugin deletion attempt.


Parameters

$plugin_file

(string)Path to the plugin file relative to the plugins directory.


Top ↑

Source

File: wp-admin/includes/plugin.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
4.4.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.