Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Meitar

    (@meitar)

    No. Why do you need a plugin for that, especially if you are writing your own custom script? Just do it in PHP. It’s one call to wp_remote_get():

    $http_response = wp_remote_get('https://docs.google.com/spreadsheets/d/ABCDEFG/export?format=csv');
    print_r($http_response);
    
    Thread Starter p1erstef

    (@p1erstef)

    Ok, thanks!
    I didn’t realize it was so simple…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Data only, no HTML’ is closed to new replies.