Automatic Updates For Private And Commercial Themes?

Is there any way to get wordpress to check for, download private theme updates?

I found this plugin for private plugin updates….

Automatic Updates For Private And Commercial Plugins

I’m looking for the same thing but for themes.

4 Answers
4

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.

Leave a Comment