Dariusz Wit

Results 3 comments of Dariusz Wit

**Solution** 1. Make a change in code in a file CoinGeckoClient.php: From: > protected const BASE_URI = 'https://api.coingecko.com'; To: > protected` const BASE_URI = 'https://pro-api.coingecko.com'; 2. Make a change in...

Hello, I had the same issue. Solutions below work for me. I. Solution: Using the library with the example plugin: wp-background-processing-example 1. Run the command below in the plugin directory:...

Hello, Here is another way to solve this issue. Actually, it is a list of "must be done" steps to connect library this the plugin. Any plugin. 1. Run the...