WP Manifestindependent plugin directory
manifest / integrations / rest-filter

WP REST API filter parameter

Restores the `filter` param to post enpdpoints.

by WP REST API Team · github.com/wp-api/rest-filter

187stars
42forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/wp-api/rest-filter/archive/refs/heads/master.zip

Readme

WP REST API - Filter parameter for posts endpoints

This plugin is currently unmaintained.

In WordPress 4.7 the filter argument for any post endpoint was removed, The filter argument allows the posts to be filtered using WP_Query public query vars. This plugin restores the filter parameter for sites that were previously using it.

Usage

Use the filter parameter on any post endpoint such as /wp/v2/posts or /wp/v2/pages as an array of WP_Query argument.

Read the full README on GitHub →