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



auto_plugin_update_send_email › Les Filtres WordPress

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

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





Source

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