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



deactivate_{$plugin} › WordPress Action Hooks

Seit2.0.0
Veraltetn/v
do_action( "deactivate_{$plugin}", $network_deactivating )
Parameter:
  • () network_deactivating Whether the plugin is deactivated for all sites in the network or just the current site. Multisite only. Default false.
    Erforderlich: Ja
Definiert in:
Codex:

Fires as a specific plugin is being deactivated.

This hook is the "deactivation" hook used internally by register_deactivation_hook(). The dynamic portion of the hook name, `$plugin`, refers to the plugin basename. If a plugin is silently deactivated (such as during an update), this hook does not fire.




Quellcode

do_action( "deactivate_{$plugin}", $network_deactivating );