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



deleted_plugin › WordPress Action Hooks

Seit4.4.0
Veraltetn/v
do_action( 'deleted_plugin', $plugin_file, $deleted )
Parameter: (2)
  • (string) $plugin_file Path to the plugin file relative to the plugins directory.
    Erforderlich: Ja
  • (bool) $deleted Whether the plugin deletion was successful.
    Erforderlich: Ja
Definiert in:
Codex:

Fires immediately after a plugin deletion attempt.





Quellcode

do_action( 'deleted_plugin', $plugin_file, $deleted );