Yup … what they said ^^^
All sites with this plugin broke today, even with all snippets deactivated and all other plugins deactivated.
Thanks, @ajc2023 for this quick fix.
Here’s another method to fix if you have WP CLI, and doesn’t require modding wp-config.php:
wp plugin update code-snippets --version=3.6.4 --skip-plugins
wp plugin auto-updates disable code-snippets --skip-plugins
The first line should roll you back to the previous version of Code Snippets.
The second line should disable auto-updating so you don’t wind up here again.
Make sure you test this out before trying on an important website. No guarnatees but it works for me.
Definately seems to be a bug in the new update.
This plugin took down a site that I work on today. I found an erroneous ‘q’ at the very start of the code-snippets.php file; I removed that and everything worked as expected for me.
Many apologies everyone – I’ve pushed v3.6.5.1 which should resolve this issue.
