[wp-hackers] How to load plugin updates information from other sources?
Filippo Pisano
filippo.pisano at gmail.com
Thu Mar 21 07:59:59 UTC 2013
Hi all,
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?
Thank you
Filippo Pisano
More information about the wp-hackers
mailing list