wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



auto_plugin_update_send_email › WordPress Filter Hooks

Da5.5.1
Deprecaton/a
apply_filters( 'auto_plugin_update_send_email', true, $update_results['plugin'] )
Parametri: (2)
  • (bool) $enabled True if plugin update notifications are enabled, false otherwise.
    Richiesto:
  • (array) $update_results The results of plugins update tasks.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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