This file contains hidden or 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
/* | |
Script to remove older Wordpress backup files from Drive | |
http://wordpress.org/plugins/wp-google-drive/ | |
Only two latest versions are kept in Drive thru main() param | |
Philippe Creytens - 2014-01-21 | |
*/ | |
function deleteOlderBackupFiles(files, numberToKeep){ | |
var quantity = files.length; | |
//delete files |