How to import data from another website using an API link?
First, that echo ‘<script src=”https://www.gmodules… seems completely unrelated to the question, isn’t it? Second, that API is for a paid service without a public API, so we cannot answer for their “api answer”. Ask their support. What you are looking for is wp_remote_get. Normally, the response from an API is a Json string. But in … Read more