Tutorial

Custom WP-API Authentication

wp-api authentication

The WP-API is a JSON REST API that is slated to go into WordPress core. The API allows applications like mobile apps to interact with WordPress. It’s been written about extensively, and it’s documented well. If you’ve worked with the API before, you may have come across the issue of authentication. The API can allow…

Read More

Using the WordPress REST API in a mobile app

Update 12/7/16: The REST API is now in WordPress core! You don’t currently need a plugin if using 4.7+. View our updated article for using the final version of the WP-API in a mobile app using Ionic 2 here. The REST API is currently a plugin that allows applications to access the data produced by…

Read More