Jake Vanderwerf
2026-01-05 b4e7aa91155148cb04f619e3a436627d3b8d8ee7
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);
    }