Jake Vanderwerf
2026-05-23 75a097a018a0090f5902758353c578fce4aa2a25
inc/managers/Cache.php
@@ -491,7 +491,7 @@
    ****************************************************/
   public static function onTermChange(int $termId, int $ttId, string $taxonomy): void
   {
//    error_log('[Clearing cache for term change: '.$termId.']');
      error_log('[Clearing cache for term change: '.$termId.']');
      self::invalidateItem('taxonomy', $termId);
   }