• File: api-connect-test.php
  • Full Path: /home/bravrvjk/hpgt.org/wp-content/plugins/unlimited-elements-for-elementor/views/api-connect-test.php
  • Date Modified: 01/15/2025 12:16 AM
  • File size: 414 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
/*
 * This is a plain php file, with very simple funcitonality that tests api response.
 * 
 */
ini_set("display_errors","on");

echo "The code run here is: file_get_contents(\"https://api.unlimited-elements.com\"); <br><br> Response: <br><br>";


$response = file_get_contents("https://api.unlimited-elements.com");

$response = htmlspecialchars($response);

echo "<pre>".$response."</pre>";