Skip to content

Instantly share code, notes, and snippets.

@atxulo
atxulo / wp_download_plugin_latest.php
Created April 16, 2014 14:13
Download latest version of a WordPress plugin
<?php
/**
* Script to download latest version of a WordPress plugin .
* This script must be in the folder where WordPress is installed.
*
* @param slug (name) of the plugin. See http://plugins.svn.wordpress.org/
* @return exit code 0 if downloaded, 1 if already exists, 2 if error
*
* @author enekogb