
5 Ways to Create a WordPress Plugin Settings Page
It’s been a while since I created a new WordPress plugin from scratch, but recently I decided to turn some code that was working just for me into a fully…
It’s been a while since I created a new WordPress plugin from scratch, but recently I decided to turn some code that was working just for me into a fully…
This is article 2 of 2 in the series “How to Develop a WordPress Plugin Using Webpack 3” Have you ever wondered how to get React working with the WordPress…
Last year I wrote a blog post comparing the performance of using admin-ajax.php and the WordPress REST API, and found that the REST API was about 16% faster than using…
Since the introduction of the WordPress REST API, many plugin developers have started converting their plugins to use the REST API instead of the older AJAX API (admin-ajax.php). Aside from…