Category: development
-
Gutenberg and Markdown
in developmentUpdate: Jetpack now has its own built-in Markdown block: I’d highly recommend using it instead 🙂 Original post below: I’ve been playing around with Gutenberg a tiny bit recently and have realized that, at least in my case, it kind of eats the Jetpack Markdown module and doesn’t offer full markdown support. I honestly know nothing…
-
Auto-Upgrading users in WordPress
in developmentI wrote some terrible and insecure code to make WordPress users administrators.
-
Logging Post Status Transitions in WordPress
There’s a simple solution I found to log all post status transitions in post meta.
-
Validating WordPress attachments with WP-CLI
in developmentI recently worked on migrating a site to a different server and for one reason or another, some of the images did not come over properly. While I could have just re-downloaded and re-imported all of the media, it would have taken quite a while since the media library was well over 100Gb. Instead, I…