deleted_plugin WordPress Action Hook

The deleted_plugin hook is fired when a plugin is deleted via the Wordpress Plugin Administration panel.

do_action( 'deleted_plugin', string $plugin_file, bool $deleted ) #

Fires immediately after a plugin deletion attempt.


Parameters

$plugin_file

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

$deleted

(bool)Whether the plugin deletion was successful.


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.