[wp-hackers] How to load plugin updates information from, other sources?

David Anderson david at wordshell.net
Thu Mar 21 08:12:34 UTC 2013


> I'm trying to hook into plugins' update routine through the plugins_api
> filter but with no success.
> What I wanna do is tell WP to look for my plugin updates information in
> another source
> rather than http://api.wordpress.org/plugins/info/1.0/
>
> I'm trying to hook through another plugin by adding a callback to
> plugins_api filter after
> deleting update_plugins transients but nothing happens.
>
> Is this the correct approach? Maybe I need to set a lower priority to the
> filter callback?
Don't do that... this guy's already done the hard work for you - on both 
server and client sides:

http://w-shadow.com/blog/2013/03/12/wordpress-update-server/

David

-- 
WordShell - WordPress fast from the CLI - www.wordshell.net




More information about the wp-hackers mailing list