wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



auto_theme_update_send_email › Les Filtres WordPress

Depuis5.5.1
Dépréciéen/a
apply_filters( 'auto_theme_update_send_email', true, $update_results['theme'] )
Paramètres: (2)
  • (bool) $enabled True if theme update notifications are enabled, false otherwise.
    Requis: Oui
  • (array) $update_results The results of theme update tasks.
    Requis: Oui
Défini(e) dans:
Codex:

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





Source

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