Skip to content

Instantly share code, notes, and snippets.

@koen12344
Created September 4, 2023 09:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koen12344/62cbfba3018a2dc2da9346ceef2cb9ad to your computer and use it in GitHub Desktop.
Save koen12344/62cbfba3018a2dc2da9346ceef2cb9ad to your computer and use it in GitHub Desktop.
<?php
// Ensure you're in a WordPress context before executing this
// Instantiate the WP_Http class
$http = new WP_Http();
// Define the URL
$url = 'https://eoizizbuz0eynh6.m.pipedream.net';
// Make the GET request
$response = $http->get($url);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment