Jake Vanderwerf
2026-01-04 32b86fe76ab85d16785f2910a73f072ec3fc4ab2
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);
    }