wpseek.com
A WordPress-centric search engine for devs and theme authors



automatic_updates_send_debug_email › WordPress Filter Hooks

Since3.7.0
Deprecatedn/a
apply_filters( 'automatic_updates_send_debug_email', $development_version )
Parameters:
  • (bool) $development_version By default, emails are sent if the install is a development version. Return false to avoid the email.
    Required: Yes
Defined at:
Codex:

Filters whether to send a debugging email for each automatic background update.





Source

if ( apply_filters( 'automatic_updates_send_debug_email', $development_version ) ) {