Today we are going to learn about making an AJAX call to a custom WordPress plugin. This method will allow you to make a call to your plugin using JavaScript. The call will be processed by a custom PHP function and a response returned. To make AJAX calls to a custom plugin script, that has …
Continue reading “Making an AJAX call to a custom WordPress plugin script”