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.5.2

apply_filters('automatic_updates_send_debug_email') is found 1 times:

  • /wp-admin/includes/class-wp-automatic-updater.php line 601
    			 * @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'] ) ) {