Rest Routes 4.0
Rest Routes 4.0 is out! Today is the day that we will be bringing to you some of the most asked features ever. Please take
Starting a new plugin can be a hassle! Many default files to define, configuration files, folders, etc. Doing that repeatedly can be even worse. Knowing that and also by the fact that a great part of our subscribers are WordPress developers, we’ve decided to release a simple WordPress Skeleton Plugin as open-source to help you when building new WordPress plugins.
What comes in:
It is available in both GitHub and Composer Packagist.
It’s recommended that you use Composer to install this library.
$ composer create-project adrianoferreira/wp-plugin-skeleton:dev-master
Rest Routes 4.0 is out! Today is the day that we will be bringing to you some of the most asked features ever. Please take
Rest Routes 3.6.0 We’ve introduced a very interesting feature on this release. Now you will be able to create custom endpoints for editing posts, taxonomies
How to display Toolset custom fields with Rest Routes In this post we will learn a bit about the compatibility work that we’ve done recently