Handling AJAX Requests in WordPress: WP REST API vs admin-ajax.php vs Must-Use Plugin
The WordPress REST API was merged into WordPress core in version 4.7. Before that, developers relied on the default AJAX implementation, otherwise known as admin-ajax after the /wp-admin/admin-ajax.php file that… Read more
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… Read more
How to Develop a WordPress Plugin Using Webpack 3, React and the REST API (part 2)
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… Read more