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



auto_theme_update_send_email › Filtr WordPress Hooks

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

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





Źródło

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