id summary reporter owner description type status priority milestone component version severity resolution keywords cc focuses 37768 HTTP API No Longer Accepts Integer and Float Values for the 'cookies' Argument since v4.6 miunosoft swissspidy "It seems integer and float values set to the `cookies` argument of `wp_remote_get()` and `wp_remote_post()` get lost with v4.6. {{{#!php wp_remote_get( $request_url, array( 'timeout' => 0.01, 'blocking' => false, 'cookies' => array( 'x' => 'foo', // Okay 'y' => 2, // disappears 'z' => 0.45', // disappears ), ) ); }}} " defect (bug) closed normal 4.6.1 HTTP API 4.6 normal fixed has-patch has-unit-tests fixed-major