WP-API restfull JSON and post meta?
Custom posts ignore the normal filter – have a look at class-wp-json-pages.php to see how to do build one for custom posts. <?php /** * Page post type handlers * * @package WordPress * @subpackage JSON API */ /** * Page post type handlers * * This class serves as a small addition on top … Read more