WordPress is getting a JSON Rest API added to core. The first part of the API is actually already included. The endpoint infrastructure is in 4.4. As developers build extensions to the API, we need to take responsibility for our actions and how they can affect a...
Read More WP-API: Endpoint NamespacesTag: WP-API
Create a Simple JSON Endpoint in WordPress
As you may or may not know, the WordPress JSON REST API is on the horizon for a future version of WordPress. This will be one of the most important and influential additions to WordPress core we may see, especially for those...
Read More Create a Simple JSON Endpoint in WordPressHow To Create an Auto-Updating Widget Using WP-API
In my last post, I gave you an overview of WP-API. Read through that post if you need a primer on the capabilities of WP-API. For this post, I will offer an example of API usage and how it can benefit site...
Read More How To Create an Auto-Updating Widget Using WP-API