spacedmonkey / wp-rest-blocks

Add gutenberg blocks data into post / page / widget REST API endpoints.

Home Page:https://wordpress.org/plugins/rest-api-blocks/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pQuery deprecated in PHP 8.x

bngmnn opened this issue · comments

There is an "issue" with pQuery being deprecated in PHP 8.1.
Since the package hasn't been updated since 2016, maybe one could consider to replace pQuery with something which experiences updates regularly. I found DiDom for that case, which could be nice to work with instead.

Actually the issue is only deprecated warnings in Wordpress, though.

solved in PR #75