On Plugin Activation, How Do I Check for Proper Transport Mechanism?
I wouldn’t cause the plugin to die like that. Just check for cURL each time you need to make a call or fall back on wp_remote_(post|get) (eg. write a wrapper function that takes care of the check and send the data/headers you want). BUT, if you really really want to disable the plugin if cURL … Read more