deleted_plugin

最后更新于:2021-11-26 05:15:19

do_action( ‘deleted_plugin’, string $plugin_file, bool $deleted )

Fires immediately after a plugin deletion attempt.

参数

$plugin_file

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

$deleted

(bool)
Whether the plugin deletion was successful.

源文件

文件: gc-admin/includes/plugin.php

View on Trac