Can't get basic remote API value shown in PHP
This is my code, where I am trying to show the values from the remote API which I am trying to fetch via a .php file in Wordpress. <?php try { $response = wp_remote_get( 'MYURLHERE', array( 'headers' => array( 'Accept'…