WordPress REST API

WordPress Rest API – Navigational Menu Items

The WordPress REST API provides access to WordPress data using HTTP endpoints. This makes it easy for developers to interact with sites remotely by sending and receiving JSON objects. As of WordPress…

WordPress REST API – Post Comments

WordPress REST API allows you to post comments on any post using an HTTP POST request. There are many parameters available depending on the requirement. In this tutorial, we will cover simple…