Is there any way to get wordpress to check for, download private theme updates?
I found this plugin for private plugin updates....
http://w-shadow.com/blog/2010/09/02/automatic-updates-for-any-plugin/
I'm looking for the same thing but for themes.
|
Is there any way to get wordpress to check for, download private theme updates? I found this plugin for private plugin updates.... http://w-shadow.com/blog/2010/09/02/automatic-updates-for-any-plugin/ I'm looking for the same thing but for themes. |
|||
|
|
|
It's quite possible. I've been doing this for years with my Version Checker plugin. I do not distribute it openly, but in essence it checks a private version API , and then tosses the extra results into the update_core, update_plugins and update_themes site transients. WP then takes it seamlessly from there courtesy of the WP patches I supplied when I was developing it. |
|||
|
|
|
http://w-shadow.com/blog/2011/06/02/automatic-updates-for-commercial-themes/ I have personally used this one and it is really good and awesome. Using this library is easy you just have to add a piece of code to your functions.php file and host the theme.zip and a JSON file containing the new version numbers and other basic info somewhere in web publicly accessible. |
|||
|
|
|
I've found this that seems it might do the job... |
|||
|
|