Consuming an external API in WordPress?
A short primer on WordPress development that might help or might confuse you: The main thing to keep in mind: it’s all just PHP. And also: don’t edit the core files of WordPress, because you will get in trouble when you update to a newer version later. The only code you should edit is that … Read more