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

Fires immediately after a plugin deletion attempt.


Description Description


Parameters Parameters

$plugin_file

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

$deleted

(bool) Whether the plugin deletion was successful.


Top ↑

Source Source

File: wp-admin/includes/plugin.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.4.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.