Jake Vanderwerf
2026-02-14 27fb820ae9081fb56957cf75e79eccd8a99edd52
inc/managers/queue/Locker.php
@@ -42,6 +42,12 @@
      try {
         $callback();
      } finally {
         $this->unlock();
      }
   }
   public function unlock():void
   {
         $this->wpdb->get_var(
            $this->wpdb->prepare(
               'SELECT RELEASE_LOCK(%s)',
@@ -50,4 +56,3 @@
         );
      }
   }
}