Jake Vanderwerf
2026-01-05 9f86429a1252b45c95b7c62fbaa1b82de3723997
inc/rest/routes/TermRoutes.php
@@ -24,6 +24,7 @@
        parent::__construct();
//    $this->cache->invalidateGroup('terms');
        $this->per_page = 20;
      $this->cache->clear();
        add_action('edited_term', [$this, 'deleteTermPath']);
        add_action('wp_login', [$this, 'clearUserTaxonomyCache'], 10, 2);
    }