Description
Features
- Adds new route /wp-json/wp_query/args/ to REST API.
- You can query content with WP_Query args.
- There’s extensive filters and actions to limit or extend functionality.
- Built-in compatibility for Relevanssi (‘s’ argument) and Polylang (‘lang’ argument)
Links
Installation
Download and activate. That’s it.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“WP_Query Route To REST API” is open source software. The following people have contributed to this plugin.
Translate “WP_Query Route To REST API” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1.1
Release Date – 3 June 2017
- Added advanced example in readme for getting PHP WP_Query for JS. Added table of contents. Made the title hierarchy more logical.
1.1
Release Date – 5 April 2017
- Make the return data structure same as /wp-json/wp/posts/. The data schema was missing some data before. Now the structure is inherited from the WP_REST_Posts_Controller as it should have from the start.