wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



uninstall_{$file} › WordPress Action Hooks

Da2.7.0
Deprecaton/a
do_action( "uninstall_{$file}" )
Definito a:
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.





Sorgenti

do_action( "uninstall_{$file}" );