wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



automatic_updates_send_debug_email › WordPress Filter Hooks

Seit3.7.0
Veraltetn/v
apply_filters( 'automatic_updates_send_debug_email', $development_version )
Parameter:
  • (bool) $development_version By default, emails are sent if the install is a development version. Return false to avoid the email.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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