wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



auto_plugin_update_send_email › Hooks de Filtros WordPress

Desde5.5.1
Obsoleton/a
apply_filters( 'auto_plugin_update_send_email', true, $update_results['plugin'] )
Parâmetros: (2)
  • (bool) $enabled True if plugin update notifications are enabled, false otherwise.
    Required: Yes
  • (array) $update_results The results of plugins update tasks.
    Required: Yes
Definido em:
Codex:

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





Fonte

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