Created
July 19, 2017 15:37
-
-
Save emdashcodes/66afd4392b3849bcd6efd71003454c3d to your computer and use it in GitHub Desktop.
Sends debug emails for WP auto updates
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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