wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



deleted_plugin › Działania WordPress Hooks

Od4.4.0
Przestarzałyn/a
do_action( 'deleted_plugin', $plugin_file, $deleted )
Parametry: (2)
  • (string) $plugin_file Path to the plugin file relative to the plugins directory.
    Wymagane: Tak
  • (bool) $deleted Whether the plugin deletion was successful.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Fires immediately after a plugin deletion attempt.





Źródło

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