Using CURL Instead of HTTP API

Issue #3 resolved
Alexander Celeste created an issue

From WordPress.org review:

WordPress comes with an extensive HTTP API that should be used instead of creating your own curl calls. It’s both faster and more extensive. It’ll fall back to curl if it has to, but it’ll use a lot of WordPress’ native functionality first.

https://developer.wordpress.org/plugins/http-api/

Please note: If you're using CURL in 3rd party vendor libraries, that's permitted. It's in your own code unique to this plugin (or any dedicated WordPress libraries) that we need it corrected.

Example(s) from your plugin:

tg-404-site-checker/tg-404-site-checker.php:125: curl_exec( $ch );

Comments (1)

  1. Log in to comment