What’s new in WordPress 5.7?
WordPress 5.7 was just recently unveiled on 9th March 2021. Also known as WordPress Esperanza, this becomes the first WordPress release of the year. This time we’re getting more updates for the block editor, the user interface, a new default color palette. What’s even more exciting is that we’re a step closer to Gutenberg’s Full […]
Creating Custom API Endpoints in the WordPress REST API
We’ve all heard about the WordPress REST API now and then. The API allows us to access site data from other applications as needed. We can access WordPress data (using the existing API endpoints) as well as custom data from plugins etc. by creating custom API endpoints as needed. Today, we’re going to look into […]