delete_plugin
最后更新于:2021-11-26 06:06:20
do_action( ‘delete_plugin’, string $plugin_file )
Fires immediately before a plugin deletion attempt.
参数
- $plugin_file
-
(string)
Path to the plugin file relative to the plugins directory.
源文件
文件: gc-admin/includes/plugin.php
View on Trac