WordPress 4.6 broke SNAP
-
WordPress 4.6 came with new HTTP API
For WordPress 4.6, the HTTP API (wp_remote_request() and family) have undergone a large internal change. Rather than using a WordPress-specific HTTP library, WordPress now uses the open-source independent Requests library, developed by yours truly.
Unfortunately that “large internal change” broke a lot of things.
Previous http response returned headers as an array. New http response returns headers as WP_HTTP_Requests_Response object.
So all code that was checking headers and expecting an array is now broken and must be re-written to support both old and new libraries.
Blogger, Google+, Delicious, Pinterest and many other networks are not working because of that.
We are re-writing that as fast as we can, and new version will come out as soon as we done.
https://www.ads-software.com/plugins/social-networks-auto-poster-facebook-twitter-g/
- The topic ‘WordPress 4.6 broke SNAP’ is closed to new replies.