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



auto_theme_update_send_email › WordPress Filter Hooks

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

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





Sorgenti

$notifications_enabled = apply_filters( 'auto_theme_update_send_email', true, $update_results['theme'] );