wpseek.com
WordPress开发者和主题制作者的搜索引擎



uninstall_{$file} › WordPress动作钩子

Since2.7.0
已弃用n/a
do_action( "uninstall_{$file}" )
定义在:
文档:

Fires in uninstall_plugin() once the plugin has been uninstalled.

The action concatenates the 'uninstall_' prefix with the basename of the plugin passed to uninstall_plugin() to create a dynamically-named action.





源码

do_action( "uninstall_{$file}" );