Warning on curl_init()
-
hello as i have post a thread before it but i realized that i should leave the info and recommendation but i should remove this warning.
WARNING: curl_init was found in the file framework/utilities/twitteroauth/twitteroauth.php File operations should use the WP_Filesystem methods instead of direct PHP filesystem calls.
Line 195: $ci = curl_init();
WARNING: curl_exec was found in the file framework/utilities/twitteroauth/twitteroauth.php File operations should use the WP_Filesystem methods instead of direct PHP filesystem calls.
Line 221: $response = curl_exec($ci);
i know plugin author can solve it fro me please i am waiting what should i replaced instead of this.
The topic ‘Warning on curl_init()’ is closed to new replies.