inc/managers/queue/Locker.php
@@ -42,12 +42,17 @@ try { $callback(); } finally { $this->wpdb->get_var( $this->wpdb->prepare( 'SELECT RELEASE_LOCK(%s)', $this->lockKey ) ); $this->unlock(); } } public function unlock():void { $this->wpdb->get_var( $this->wpdb->prepare( 'SELECT RELEASE_LOCK(%s)', $this->lockKey ) ); } }