Jake Vanderwerf
9 days ago ed57c386db34d8693ca75311972d0929ebe5f488
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);
   }