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



deactivated_plugin › Działania WordPress Hooks

Od2.9.0
Przestarzałyn/a
do_action( 'deactivated_plugin', $plugin, $network_deactivating )
Parametry: (2)
  • (string) $plugin Path to the plugin file relative to the plugins directory.
    Wymagane: Tak
  • (bool) $network_deactivating Whether the plugin is deactivated for all sites in the network or just the current site. Multisite only. Default false.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Fires after a plugin is deactivated.

If a plugin is silently deactivated (such as during an update), this hook does not fire.





Źródło

do_action( 'deactivated_plugin', $plugin, $network_deactivating );