Jake Vanderwerf
5 days ago a9b3b28d001941921aa70d37fdc87c758a163a44
inc/managers/UserTermsManager.php
@@ -12,14 +12,12 @@
}
class UserTermsManager
{
    private Cache $cache;
   protected CustomTable $index;
    public function __construct()
    {
      $this->defineTables();
      $this->cache = Cache::for('term_ids')->connect('user');
        // Register hooks
        add_action('set_object_terms', [$this, 'handleTermAssignment'], 10, 6);