wp-rest-blocks
wp-rest-blocks copied to clipboard
fix: pQuery deprecated in PHP 8.1
Deprecated: Return type of pQuery::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wp-content/plugins/wp-rest-blocks/vendor/tburry/pquery/pQuery.php on line 121
I created a fork for pQuery library and added the missing types. There is no logic change.