How do I Filter Custom Post Type by Custom Taxonomy in the newest WordPress RESTful API?
We can check out the /wp/v2/clock endpoint’s arguments here: https://myapp.dev/wp-json/wp/v2/ If we add the ‘show_in_rest’ => true, argument, when registering the custom clock_category taxonomy, it will add a support for this GET/POST argument: clock_category: { required: false, default: [ ], description: “Limit result set to all items that have the specified term assigned in the … Read more