Filter WP Api

0

If you ever used WP Rest API, you should have noticed that there are lots of fields that even your client does not need. It makes no sense to load all fields for simple list or even sin

Version
Last updated
Active installations
WordPress Version
Tested up to
PHP Version
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

If you ever used WP Rest API, you should have noticed that there are lots of fields that even your client does not need. It makes no sense to load all fields for simple list or even single post view.

This plugin aims to remove redundant fields on Rest API. For now, it’s only available for posts.

Features

There are two endpoints: “compact” and “detailed.

  • “Compact” is useful for listing posts and Detailed is better for single post view.
  • First image of featured media will be added as ‘image’ on detailed and compact.
  • Modified was used as default date.
  • Requires at least WordPress 4.7