automatic_updates_send_debug_email

automatic_updates_send_debug_email

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('automatic_updates_send_debug_email') is found 1 times:

  • /wp-admin/includes/class-wp-automatic-updater.php line 766
    762
    763
    764
    765
    766
    767
    768
    769
    770
    771
    772
    * @param bool $development_version By default, emails are sent if the
     *                                  install is a development version.
     *                                  Return false to avoid the email.
     */
    if ( apply_filters( 'automatic_updates_send_debug_email', $development_version ) ) {
        $this->send_debug_email();
    }
     
    if ( ! empty( $this->update_results['core'] ) ) {
        $this->after_core_update( $this->update_results['core'][0] );
    } elseif ( ! empty( $this->update_results['plugin'] ) || ! empty( $this->update_results['theme'] ) ) {