Skip to content

Instantly share code, notes, and snippets.

Created May 28, 2016 15:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/2c5829ebdacdb86935c5e056b56ea552 to your computer and use it in GitHub Desktop.
Save anonymous/2c5829ebdacdb86935c5e056b56ea552 to your computer and use it in GitHub Desktop.
<?php
/*
Plugin Name: Automatische Plugin-Updates
Plugin URI: http://www.andreas-hecht.com
Description: Alle Plugins werden automatisch auf dem neuesten Stand gehalten. Das Plugin muss sich im Ordner
/wp-content/mu-plugins/ befinden.
Author: Andreas Hecht
Author URI: http://www.andreas-hecht.com
License: GPL2
*/
add_filter( 'auto_update_plugin', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment