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); }