How to send form data from WordPress (Meta Box) to an OData service?
So basically what you’re asking is how to create a php-based installer for the OData SDK, right? Or how to somehow package it with your plugin? First I thought you could just include the whole framework in your plugin folder, and include it directly from there. But it turns out (from reading the install docs) … Read more