Skip to content

Instantly share code, notes, and snippets.

@justinshreve
Created July 19, 2017 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinshreve/66afd4392b3849bcd6efd71003454c3d to your computer and use it in GitHub Desktop.
Save justinshreve/66afd4392b3849bcd6efd71003454c3d to your computer and use it in GitHub Desktop.
Sends debug emails for WP auto updates
<?php
/**
* Plugin Name: Send Automatic Update Debug Emails
* Description: Sends automatic Update Debug Emails
* Version: 0.1
*/
add_filter( 'automatic_updates_send_debug_email', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment