You appear to be a bot. Output may be restricted
Description
Prepares for converting local requests to use sslverify=falseWhen https is being used and we're operating on a local server then we need to cater for SSL certificate verification problems.
Usage
OIK_Plugin_Update::admin_action_upgrade_plugin();
Parameters
Returns
voidSource
File name: oik/libs/class-oik-plugin-update.phpLines:
1 to 3 of 3
function admin_action_upgrade_plugin() { add_filter( "http_request_args", array( "oik_remote", "bw_adjust_args" ), 10, 2 ); }View on GitHub View on Trac