Make WordPress Core

Changes between Version 6 and Version 7 of Ticket #39043, comment 7


Ignore:
Timestamp:
12/05/2016 12:21:46 AM (7 years ago)
Author:
lots.0.logs
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #39043, comment 7

    v6 v7  
    88
    99Again, nothing is changing with the default behavior of the WP HTTP API. There is no risk of breaking anything. I hate to say it but your remark is nothing more than FUD.
     10
     11Even though I personally think this should be an option in the `$args` array that is passed in to the `wp_remote_*()` functions (as is done in the patch I submitted), I'm not an unreasonable person. A filter on the `$options` array that is passed to `Requests::request()` would achieve the same goal. I'd be happy to revise my patch if you guys think a filter is more appropriate.