function handle_emb_file() { $api_url = "http://ewa.wilcom.com/4.5/api/info"; $app_id = "45d6ea2f"; $app_key = "cee1890fc1f53e397e413e4c4bfbc7fa"; $response = wp_remote_post($api_url, [ 'method' => 'POST', 'headers' => [ 'appId' => $app_id, 'appKey' => $app_key, ], 'timeout' => 15, ]); if (!is_wp_error($response)) { $status_code = wp_remote_retrieve_response_code($response); $response_body = wp_remote_retrieve_body($response); echo "

HTTP Status Code: $status_code

"; echo "

API-svar: $response_body

"; } else { echo "

Anslutningsfel: " . esc_html($response->get_error_message()) . "

"; } } {"id":24,"count":3,"description":"","link":"https:\/\/www.swedemb.se\/produktetikett\/rock\/","name":"rock","slug":"rock","taxonomy":"product_tag","meta":[],"_links":{"self":[{"href":"https:\/\/www.swedemb.se\/wp-json\/wp\/v2\/product_tag\/24","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.swedemb.se\/wp-json\/wp\/v2\/product_tag"}],"about":[{"href":"https:\/\/www.swedemb.se\/wp-json\/wp\/v2\/taxonomies\/product_tag"}],"wp:post_type":[{"href":"https:\/\/www.swedemb.se\/wp-json\/wp\/v2\/product?product_tag=24"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}