How to make AJAX calls in WordPress

Daminda Dinesh Imaduwa Gamage
6 min readNov 11, 2022
How to make AJAX calls in WordPress
Photo by Justin Morgan on Unsplash

What is AJAX?

Ajax has been in web development as a way of communicating between the front end and the back end of web applications for quite some time. With Ajax, the frontend pages do not need to reload after it makes requests to the backend. Chances are quite high, even as a new developer, you must have included Ajax calls in your web applications.

Daminda Dinesh Imaduwa Gamage

I am a Fullstack developer interested in MERN and Wordpress.