You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
bngmnn
changed the title
pQuery deprecated in P
pQuery deprecated in PHP 8.x
Apr 25, 2024
Maybe a better solution would be just adding the types to pQuery fucntions without changing the logic.
The author can create a fork to the pQuery library like I did.
Solved in PR #85
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.
The text was updated successfully, but these errors were encountered: