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



delete_plugin › WordPress Action Hooks

Seit4.4.0
Veraltetn/v
do_action( 'delete_plugin', $plugin_file )
Parameter:
  • (string) $plugin_file Path to the plugin file relative to the plugins directory.
    Erforderlich: Ja
Definiert in:
Codex:

Fires immediately before a plugin deletion attempt.





Quellcode

do_action( 'delete_plugin', $plugin_file );