Skip to content
This repository was archived by the owner on Mar 21, 2023. It is now read-only.

Comments

patched: WP 6.0+ broken queries#8

Open
codejp3 wants to merge 1 commit intomiguelpeixe:masterfrom
codejp3:patch-1
Open

patched: WP 6.0+ broken queries#8
codejp3 wants to merge 1 commit intomiguelpeixe:masterfrom
codejp3:patch-1

Conversation

@codejp3
Copy link

@codejp3 codejp3 commented Nov 15, 2022

WP changed how they format and pass the $sql var to the posts_requests hook (and probably elsewhere too). Added a preg_replace line to remove multiple spaces/tabs and replace with single spaces so the str_replace functions work properly.

WP changed how they format and pass the $sql var to the posts_requests hook (and probably elsewhere too). Added a preg_replace line to remove multiple spaces/tabs and replace with single spaces so the str_replace functions work properly.
@codejp3
Copy link
Author

codejp3 commented Nov 15, 2022

Addresses:
#7

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant