↧
Proper way of implementing AJAX with jQuery in your WordPress plugins
AJAX (Asynchronous JavaScript and XML) is web programming technique used on client side to fetch data from server side without reloading page. In this article I will write about proper way of...
View ArticleSecuring your WordPress plugin AJAX calls using nonces
In my last article on this topic I wrote about proper way of implementing AJAX with jQuery in your WordPress plugins. In this article I will show you how to implementing AJAX with jQuery in your...
View Article