Open blogtutor opened 2 years ago
Are we already getting this data in the Relay Server?
@CNoemi94 The relay server gets the Free Disk Space data from what the NerdPress Support plugin sends back to it in the "Snapshots." So this issue is about trying to have NP Support read that data on the server.
On sites with cPanel (such as with WPopt hosting), our current free disk space query gets the free disk space info for the entire server, not the site's cPanel account/quota.
From Charles:
So perhaps we can use the API on these sites? I suppose we could add another setting for an API key (or whatever it needs), and if that's in place, our plugin could query the API instead of doing the usual PHP free disk space function?