Month: March 2025

Remove Empty Shortcodes 0.6.0

In 2019, I wrote a WordPress plugin that’s primary feature was to prevent unused shortcodes from rendering in the content whenever a page was loaded. It worked well enough for a little while. Then time passed. During that time (and for one reason or another): I removed all of my plugins from the WordPress plugin

Read More

Code Standard Selector for Visual Studio Code

A lot of the PHP that I currently write uses one of two standards: PSR12 or WordPress (though there are some times where I’ll pull up another project with a different standard). For years, my standard approach to changing code standards in the IDE has been to do the following: Install the standard that’s required

Read More