Jake Vanderwerf
6 hours ago 88d9e0e2b7997eb0c96dc737082c91b4e3f7ca6e
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);