wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



auto_plugin_update_send_email › Filtr WordPress Hooks

Od5.5.1
Przestarzałyn/a
apply_filters( 'auto_plugin_update_send_email', true, $update_results['plugin'] )
Parametry: (2)
  • (bool) $enabled True if plugin update notifications are enabled, false otherwise.
    Wymagane: Tak
  • (array) $update_results The results of plugins update tasks.
    Wymagane: Tak
Zdefiniowane na:
Codex:

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





Źródło

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