wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



uninstall_{$file} › WordPress Action Hooks

Seit2.7.0
Veraltetn/v
do_action( "uninstall_{$file}" )
Definiert in:
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.





Quellcode

do_action( "uninstall_{$file}" );