Rest API

2023-03-24T09:37:31-07:00WordPress|

Have been working a lot with the WP-Rest API lately, and getting it to display certain content on the public side. I needed a way to show the taxonomy terms so we can dynamically populate a front-end filtering interface on another site using the "server" site as the backend. class all_terms { public function __construct() [...]