Rest-Easy
Rest-Easy copied to clipboard
Add WP Query properties to JSON meta
To make Rest Easy work better with categories/archive pages, John and I were talking about how it would be good to add wp_query
properties as meta to the JSON data that comes back currently. Probably don't need all of them, and probably need to add $paged
to it as well.
https://codex.wordpress.org/Class_Reference/WP_Query#Properties
This is a great idea!