This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Filter WP Api

विवरण

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

स्क्रीनशॉट्स

  • screenshot-1.png
  • screenshot-2.png

इंस्टॉलेशन

This section describes how to install the plugin and get it working.

  1. Upload the plugin files to the /wp-content/plugins/filter-wp-api directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the Settings->Filter Rest Api screen to configure the plugin
  4. Both endpoints are enabled as default

सामान्य प्रश्न

How to use compact and detailed endpoints?

Just add “?_compact” or “?_detailed” to end of api url.

Disabling plugin also disables rest api?

Nope. Just filtering fields will be disabled. Even you call endpoints, default data will be available.

Compact and detailed are not working for pages/category/author/media

Correct. This is a plugin that only filters for posts. Please stay tuned for more features.

समीक्षाएं

There are no reviews for this plugin.

सहायक &डेवलपर्स

यह खुला स्रोत सॉफ्टवेयर है। अनुगामी लोगो ने इस प्लगइन के लिए योगदान दिया है।

योगदानकर्ता

Translate “Filter WP Api” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

बदलाव विवरण

1.0

Initial version.