Solved: preg_replace_callback(): compilation failed
I ran into the same issue as this one: https://siteorigin.com/thread/warning-preg_replace_callback-compilation-failed, but mine was on a development localhost. I’m no hard-core developer, so I did some searching and found out (on Stack Overflow) that changing [w-.] to [-w.] solved the issue.…