wpseek.com
A WordPress-centric search engine for devs and theme authors



uninstall_{$file} › WordPress Action Hooks

Since2.7.0
Deprecatedn/a
do_action( "uninstall_{$file}" )
Defined at:
Codex:

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.





Source

do_action( "uninstall_{$file}" );