Level Up

A collection of resources for WordPress Developers, written and curated by experts

Posts tagged: REST API

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

Matt Shaw

Oct 17, 2023

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

Iain Poulson

Feb 18, 2020

How to Develop a WordPress Plugin Using Webpack 3, React and the REST API (part 2)

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

Peter Tasker

Oct 31, 2017