jeremyclark13 / automatic-theme-plugin-update

Self hosted plugin and theme update scripts
http://clark-technet.com/2010/12/wordpress-self-hosted-plugin-update-api
548 stars 147 forks source link

Check update? #11

Closed wongpk closed 12 years ago

wongpk commented 12 years ago

I find it hard to check the update version without uncomment this line: // set_site_transient('update_themes', null);

Is there anyway for the theme itself check the update themselves?

Thank you!

jeremyclark13 commented 12 years ago

It sounds like the WordPress update check itself isn't running as it should. Normally the update check doesn't run but everyone 24 hours. Does your site show if there are plugin/theme updates normally. This line will have to commented out if you release the theme to the public otherwise everytime the site where it's used is loaded it will hit your server and cause unnecessary load.

wongpk commented 12 years ago

I see, perhaps, I'm just too rush for that. Thanks for the head up.