WordPress
-
Whilst these text based instructions are fantastic for hosting in a repo, how can we account for multiple developers working in the same repo but using different AI tools? If I had to vote for an existing route, I think AGENTS.md is the most elegant. If I could offer my own implementation, I think .agents/rules.md…
-
TL:DR I made Snake in React and it runs in a Gutenberg editor block. Try it out in one click on WordPress Playground. The code is of course open source and available over at my Github. The actual Snake game is adapted from MaelDrapier’s React Simple Snake, and whilst that is even available on NPM,…
-
First, the code. Add this as a plugin, an mu-plugin, or a snippet straight into functions.php I’m really excited by all of the upcoming HTML modification API’s in WordPress. Since 6.2 we’ve had the WordPress HTML Tag Processor API which allows parsing HTML without REGEX, and then allows modifying attributes on elements. That’s basically what…
