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



auto_plugin_update_send_email › WordPress Filter Hooks

Seit5.5.1
Veraltetn/v
apply_filters( 'auto_plugin_update_send_email', true, $update_results['plugin'] )
Parameter: (2)
  • (bool) $enabled True if plugin update notifications are enabled, false otherwise.
    Erforderlich: Ja
  • (array) $update_results The results of plugins update tasks.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether to send an email following an automatic background plugin update.





Quellcode

$notifications_enabled = apply_filters( 'auto_plugin_update_send_email', true, $update_results['plugin'] );