Envoi de chaîne JSON via wp_remote_post ()
Je construis une intégration mailchimp et ils nécessitent un appel POST avec du code JSON. Non, j'utilise ce code qui fonctionne réellement : $data = wp_remote_post($url, array( 'headers' => array('Content-Type' => 'application/json; charset=utf-8'), 'body' =>