Tagged Questions
2
votes
1answer
139 views
Hook into WordPress update?
I'd like to know if there's any way to hook into WordPress update process and send $_POST variable to update server?
I'm delivering plugin/theme updates from private server and I hook into this:
...
5
votes
3answers
437 views
Filter any HTTP request URI?
I want to filter any HTTP request URI done through the HTTP API.
Use cases:
The WordPress update check goes to http://api.wordpress.org/core/version-check/1.6/, but ...