REST API call

In case you don’t trust WP cron to process the queue, you can use a REST API call to do this. As an example, you can call: curl –insecure –user “username:password” https://localhost/wordpress/wp-json/events-made-easy/v1/processqueue/60 don’t user –insecure for public sites, and change “https://localhost/wordpress” by your wordpress url change the “username” by your user and the “password” by […]

REST API call Read More ยป