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