wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
register_deactivation_hook › WordPress Function
Seit2.0.0
Veraltetn/v
› register_deactivation_hook ( $file, $callback )
Parameter: (2) |
|
Definiert in: |
|
Codex: |
Sets the deactivation hook for a plugin.
When a plugin is deactivated, the action 'deactivate_PLUGINNAME' hook is called. In the name of this hook, PLUGINNAME is replaced with the name of the plugin, including the optional subdirectory. For example, when the plugin is located in wp-content/plugins/sampleplugin/sample.php, then the name of this hook will become 'deactivate_sampleplugin/sample.php'. When the plugin consists of only one file and is (as by default) located at wp-content/plugins/sample.php the name of this hook will be 'deactivate_sample.php'.Ähnliche Funktionen: register_activation_hook, register_taxonomy, register_setting, unregister_meta_key, unregister_taxonomy