TL;DR: Though I’m still a fan of privacy-focused utilities like Sync, I’ve also had to re-adopt Dropbox for use in certain situations. In the latest M1 build, they’ve changed where the files are located Here’s how you can use the new Dropbox with old behavior. That is, all via symlinks on your M1.
Continue readingAuthor: Tom (Page 24 of 428)
TL;DR: The WP Plugin Scaffold repository contains a a very basic set of files that are needed to spin up a Composer-based WordPress Plugin.
Over the years, I’ve written or contributed to a number of different projects that have been aimed at making WordPress plugin development easier. At this point, there are a variety of ways people are creating WordPress plugins such that there isn’t really a way to create a boilerplate to capture all of them.
So I’m not aiming to do that.
But over the last few months (or maybe a year?), I’ve been working with the same structure for creating plugins. It normally grows into something larger based on if I’m taking an object-oriented approach or a procedural approach. It also changes based on how large the plugin is, what its purpose is, who is going to use it, or how it’s going to be used.
To that end, I’ve ended up with a very basic set of files that every project incorporates regardless of the size.
As such, I thought I’d share it.
Continue readingTL;DR: Callers and Stack Traces are two indispensable tools for debugging code and Ray makes it simpler than most fully-featured debugging environments. This article covers how to both understand what they are and how to use them.
⚠️ If you’ve not already set up your environment, please read this post and make sure you have the free version of Ray installed.
Continue readingTL;DR: Here’s a brief summary of how I’m doing roughly through the first month of the digital detox from digital minimalism I wrote about at the beginning of the year. For those who haven’t read the article, this is based on the book Digital Minimalism by Cal Newport.

TL;DR: There are a few PHP Code Sniffer extensions for Visual Studio Code. The one I prefer is PHP Sniffer & Beautifier by Samuel Hilson. Here’s where to get it and how to configure it.
Though this isn’t directly related to the material I’m writing about in my series on Ray on WordPress, it’s relevant enough to share at this point because:
- the series is only going to include more code and i use this extension for writing said code,
- over the last few months, I’ve found this extension to be really good in comparison to others that are available.
There are some other ones out that that are really good, and I’ve used them, but this is the one I’ve settled on using.
Continue reading
